-
Notifications
You must be signed in to change notification settings - Fork 61
Installation_Guide_Deployment
Angleton, Denis edited this page Mar 31, 2015
·
4 revisions
Contents | Preface | Introduction | Architecture | Environment | Standalone | Deployment | Configuration
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