-
Notifications
You must be signed in to change notification settings - Fork 11
Compile and install ETT on server
sriniadhiwork edited this page Nov 15, 2016
·
2 revisions
Here are the steps to compile and install ETT on hit-dev.nist.gov / edge.nist.gov
- Compile the code with
mvn clean install -DskipTests
- Get the jar from webapp/target/webapp-0.0.1-SNAPSHOT.jar
- Upload the jar onto the server (scp, ftp, ...)
- Stop the running ett and backup the jar by running
sudo service ett stop
sudo mv ett.jar ett_bak.jar
- Move the new jar to /sites/ett/ett.jar
- Restart the app
sudo service ett start
[this will be updated]