Deploying Expertiza to Production
Jump to navigation
Jump to search
We use capistrano to deploy expertiza to expertiza.ncsu.edu.
- Install capistrano: gem install capistrano
- Get access: get someone append your public ssh key to /home/rails/.ssh/authorized_keys
- 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.