I host my sites on an Ubuntu VPS. I use a combination of Rails, Apache2, Phusion Passenger, Git, and MySQL. I have a pretty useful Capistrano deploy.rb if you have a similar configuration. I’d love some feedback, as I promised to assist Jamis Buck in his Capistrano documentation efforts. set :application, "myapplication" set :repository, "user@example.com:git/#{application}.git" set :server_name,