> > What server do you recommend running on Linux? I like debian/ubuntu but it's a matter of taste mostly.
> What deployment tools do you recommend for deploying to the Linux server? Chef for setting up the server and chef or capistrano for deployment. > And how would you manage the different database configs between the > environments? Don't check in database.yml into git. Create a file called database_production.yml and have capistrano symlink that to database.yml. Simple, pain free. HTH -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
