Reputation: 6119
I'm Deploying a rails app on the server for production? What are the special steps, I should follow in production installation, that is different from development.
I've installed passenger, passenger-apache2-module I've also run bundle install --deployment
What are other special treatments, I should use for production?
Thanks.
Upvotes: 0
Views: 112
Reputation: 111
With our deployment servers we have a fairly easy setup
Upvotes: 1