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