Automating Deployment in Rails

As you would’ve guessed, this post involves us having to configure our deployment via Capistrano.

Yesterday, I did a gist of the whole process it took me to have it completed. The whole solution assumes the use of the following resources:

  • Rails 4.2.1
  • Capistrano 3.4
  • MySQL 5.6
  • Unicorn 4.9
  • Nginx
  • Ubuntu 14.04 x64 (Hosted on Digital Ocean)

Continue reading