Difference between revisions of "Download"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
cd Mediawiki-Japi | cd Mediawiki-Japi | ||
mvn install -DskipTests=true -Dgpg.skip=true | 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> | </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