I want to know ideal deployment environment for a Rails 3 + ruby 1.9.2 application, considering the application would be deployed on our end and not on Heroku.
What should be the
OS : Ubuntu 10.10 or Others ?
Nginx/Apache/thin ?
mogrelCluster ?
and other must have softwares
please suggest some best practical configuration considering moderate traffic to the site
Nginx + Passengershould be good setup for production.For long running processes use
Nginx + Unicorn.