Skip to content
petermr edited this page Jun 8, 2020 · 21 revisions

installation

There are two methods. If you are developing ami3 you should use the first. If you are doing production runs and not Maven-savvy then use the second JAR-file route

maven / IDE

If you can compile and run under maven and/or Eclipse/IntelliJ/Netbeans that's the most powerful way.

There are a lot of tests and a lot of them are out of date and fail, so we suggest

git clone https://github.com/petermr/ami3.git
cd ami3
mvn install -Dmaven.test.skip=true 

That will build ami3/target/appassembler/bin and ami3/target/appassembler/repo The exes are in the first. If your PATH contains this, then you can run ami commands. My path includes:

/Users/pm286/workspace/cmdev/ami3/target/appassembler/bin/

(Note that if you rebuild with maven or maven clean this dir gets wiped and overwritten by a new version.)

Single JAR method

Download the latest JAR from https://github.com/petermr/ami-jars3 NOTE CHANGED REPO. They are in dated directories, probably every few days. Use new ones if bugs are fixed or new features are added that you need.

General instructions.

see https://github.com/petermr/tigr2ess/blob/master/installation/INSTALLATION.md

This is a year old. It should be roughly accurate. PLEASE copy to openVirus and update if necessary

Clone this wiki locally