Skip to content
benrudolph edited this page Dec 5, 2014 · 4 revisions

Deploy process

Axis uses Capistrano for a one command deploy. Deploying Axis should is simple:

cap deploy # Deploys to staging server
cap staging deploy # Deploys to staging server
cap production deploy # Deploys to PRODUCTION server

Be judicious with the deploys to production. Ensure that everything is working on staging first. The servers live (at the time of writing):

staging: 10.9.43.240 staging-axis.unhcr.org

production: 10.9.43.153 axis.unhcr.org

Axis will deploy the code on the https://github.com/unhcr/axis repo. This means changes made to your local installation will not be pushed unless they have been merged with the remote repo.