-
Notifications
You must be signed in to change notification settings - Fork 0
How to install
Eric edited this page Jun 6, 2017
·
1 revision
First of all, package argos as ZIP file.
sbt universal:package-bin
The ZIP file will be available in the target/universal directory.
This archive contains:
- the startup script : argos-agent.sh
- a configuration directory with
- a bash script containing a set of variables
- the application.conf file
- a directory with the argos jar
Once extracted, you have to :
- set the ARGOS_HOME variable into the argos-agent.sh script, the value should be the absolute path of the directory containing the argos-agent.sh script
- set the JAVA_HOME variable into the argos-env.sh script (target must be Java 8)
- Update the CASSANDRA_HOME and the CASSANDRA_INCLUDE variable into the argos-env.sh script if values are not correct
- adapt the application.conf