Installation_Guide_Deployment - intuit/Tank GitHub Wiki
Contents | Preface | Introduction | Architecture | Environment | Standalone | Deployment | Configuration
Deployment
Build the project from the root using the release profile.
mvn clean install -P release
Deployment is currently done uploading the war to the TOMCAT_HOME/webapps directory and restarting the server.
Deployment can also be done via Cloudformation scripts that create new controller resources and then switching the load balancer to point at the new resource. This is the preferred method as it requires no downtime.
Contents | Preface | Introduction | Architecture | Environment | Standalone | Deployment | Configuration