If you have a relatively simple site, you can use rsync with exluded files/directories for production deployment from your build environment.
We use Ubuntu 8.04 and run RoR with nginx and thin. They work quite well. Thin has smaller footprint. We used to run mongrel_cluster with apache2, that works too. cheers, rp8 Krishna wrote: > Hi, > I have a developed and working RoR prototype. So far its been > mostly in development mode environment and under script/server on > windows .I want to move it to a hosting server and continue > development. > > Whats the best option? - How good is Ubuntu 7? I tried that first as I > have experience on that.I have been able to configure and get my app > running but looking for tips on maintaining the setup and continuing > development. > > Also what are the best practices for deployment..I just find myself > doing development on my box and manually ftp-ing the changed > files.Ideally I want to set up some kind of script / source control > where if i can check in stuff to my hosting server (except for config > details ) after changes are done and I am done testing.. > > Is there some source that can help me out > > > vk. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

