Deployment of Rails app using nginx, passenger and capistrano
问题 I am deploying my first rails application. I have some trouble doing that. I will describe what I did till now. 1) I configured everything correctly by going through gorails.com 2) I am trying to deploy it on Digital Ocean 3) I performed cap deploy production and the end result was successful with some failures in middle. 4) I started nginx server 5) In my browser it gave me 500 error. 6) I checked my production.log and it showed all the migrations and seeds that it ran. It created tables