Go back to the TOC
Checkout the sources
git clone https://github.com/jajuk-team/jajuk.git
Build only jajuk.jar (java build)
(Ant is required)
cd src/scripts
ant -lib . package_jar
jajuk.jar
is built in the /tmp/jajuk-dist/jajuk/bin
directory
Build a full Jajuk distribution (Windows, OSX, Linux)
Use the docker image, check instructions there.
Go back to the TOC