Here's a detailed tutorial of how to use Capistrano and Deprec (a set of add-on 'deployment recipes' for Capistrano) to put together a solid deployment system for your Rails applications on an Ubuntu server.
(Credit for lead: Matthew, via e-mail)

Here's a detailed tutorial of how to use Capistrano and Deprec (a set of add-on 'deployment recipes' for Capistrano) to put together a solid deployment system for your Rails applications on an Ubuntu server.
(Credit for lead: Matthew, via e-mail)
Comments
Alan Francis ·
Note that you have to you use Ubuntu Dapper 6.06. I mistakenly downloaded Edgy 6.10 and found that the install_rails_stack task failed spectacularly. Ity looks like the packaging of Ruby is different under 6.10.
Alan