- Java (version = 6)
- maven (version >= 3)
- git
I've set up a job on our CI Jenkins instance, the latest executable jar can be downloaded from:
https://code.ceres.auckland.ac.nz/jenkins/job/Phyml-Prototype/
git clone https://github.com/makkus/phyml-prototype.git
- File -> Import... -> Maven -> Existing Maven Projects
- Next
- Browse to this directory
- Finish
mvn clean install
java -jar target/phyml-prototype-binary.jar <ControllerClassName>
for example:
java -jar target/phyml-prototype-binary.jar ExampleController