Steps to take to run the application locally and deploy to production.
2.6.3
rake db:create
rake db:migrate
bundle exec rake jobs:work
rake test
Run cap production deploy:check to make sure deployment checks pass. Then run cap production deploy to deploy to the production server. SSH key (without passphrase) must be added in the version control system and on the server to be able to access the server and code repositiory.