peter-lawrey-admin / Chronicle-Accelerate

HFT meets Blockchain in Java platform
Other
60 stars 14 forks source link

Write a deployment script #34

Open tonygonzalezuk opened 6 years ago

tonygonzalezuk commented 6 years ago

The script should do something like this:

stop tomcat stop ServerJVM

do a git pull on:

Sandbox Chronicle Accelerate Chronicle Salt

Build the code - ie do a mvn package on all of it

Copy the war file to the appropriate tomcat directory

start tomcat start ServerJVM