Difference between revisions of "Download"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Latest Release == | == Latest Release == | ||
+ | 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> | ||
+ | === direct download === | ||
{{download|version={{currentVersion}}}} | {{download|version={{currentVersion}}}} | ||
[[Category:Installation]] | [[Category:Installation]] |
Revision as of 10:03, 4 January 2015
Latest Release
Mediawiki-Japi 0.1.06
via Git
git clone https://github.com/WolfgangFahl/Mediawiki-Japi
cd Mediawiki-Japi
mvn install -DskipTests=true -Dgpg.skip=true