Difference between revisions of "Download"
Jump to navigation
Jump to search
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | == Latest Release == | + | == Latest Release Mediawiki-Japi {{currentVersion }} == |
| − | Mediawiki-Japi {{currentVersion}} | + | === direct download === |
| + | {{download|version={{currentVersion}}|title=Mediawiki-Japi {{currentVersion}}}} | ||
=== via Git === | === via Git === | ||
<source lang='bash'> | <source lang='bash'> | ||
| Line 7: | Line 8: | ||
mvn install -DskipTests=true -Dgpg.skip=true | mvn install -DskipTests=true -Dgpg.skip=true | ||
</source> | </source> | ||
| − | === | + | === with scripts to build a fat jar === |
| − | + | <source lang='bash'> | |
| + | git clone https://github.com/WolfgangFahl/Mediawiki-Japi | ||
| + | cd Mediawiki-Japi | ||
| + | ./build | ||
| + | </source> | ||
[[Category:Installation]] | [[Category:Installation]] | ||
Latest revision as of 14:02, 20 May 2020
Latest Release Mediawiki-Japi 0.1.06
direct download
via Git
git clone https://github.com/WolfgangFahl/Mediawiki-Japi
cd Mediawiki-Japi
mvn install -DskipTests=true -Dgpg.skip=true
with scripts to build a fat jar
git clone https://github.com/WolfgangFahl/Mediawiki-Japi
cd Mediawiki-Japi
./build