Difference between revisions of "Download"
Jump to navigation
Jump to search
(Created page with "== Latest Release == Category:Installation") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == Latest Release == | + | == Latest Release Mediawiki-Japi {{currentVersion }} == |
+ | === direct download === | ||
+ | {{download|version={{currentVersion}}|title=Mediawiki-Japi {{currentVersion}}}} | ||
+ | === via Git === | ||
+ | <source lang='bash'> | ||
+ | git clone https://github.com/WolfgangFahl/Mediawiki-Japi | ||
+ | cd Mediawiki-Japi | ||
+ | mvn install -DskipTests=true -Dgpg.skip=true | ||
+ | </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