Difference between revisions of "Download"

From BITPlan mediawiki-japi Wiki
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>
=== direct download ===
+
=== with scripts to build a fat jar ===
{{download|version={{currentVersion}}}}
+
<source lang='bash'>
 +
git clone https://github.com/WolfgangFahl/Mediawiki-Japi
 +
cd Mediawiki-Japi
 +
./build
 +
</source>
 
[[Category:Installation]]
 
[[Category:Installation]]

Latest revision as of 15:02, 20 May 2020

Latest Release Mediawiki-Japi 0.1.06

direct download

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

with scripts to build a fat jar

git clone https://github.com/WolfgangFahl/Mediawiki-Japi
cd Mediawiki-Japi
./build