Ruby on Rails Dev/Test/Deploy Process
2 Replies
That will more or less get you up and running with Ubuntu, Ruby, Passenger, and Rails.
After the above, or if you already have your servers up and running, I use capistrano to manage application deployments:
and some tips to get you started:
My deployments run similarly to those you will find there; git repository is cached, copied from there to the deployment directories, and then some custom steps to adjust symlinks, permissions, etc.
Anyway, maybe that will help…