Deploying Expertiza to Production

From Expertiza_Wiki
Jump to navigation Jump to search

We use capistrano to deploy expertiza to expertiza.ncsu.edu.

  1. Install capistrano: gem install capistrano
  2. Get access: get someone append your public ssh key to /home/rails/.ssh/authorized_keys
  3. Deploy: cap deploy

If new migrations are going to be added as part of the deploy, use cap deploy:migrations instead of cap deploy.

See cap -T for all the different capistrano commands you can use.