Upgrading from SwitchTower to Capistrano

Posted on Mon Mar 06 16:34:00 UTC 2006

Upgrading/switching from SwitchTower to Capistrano is easy if you follow this recipe (for linux):

sudo gem uninstall switchtower (remove all versions)
sudo gem install capistrano

And for each of your projects:

cap -A .   # don’t forget the period, and keep your deploy.rb
rm lib/tasks/switchtower.rake
svn rm lib/tasks/switchtower.rake
svn add lib/tasks/capistrano.rake
svn commit -m “Capistrano upgrade”

Posted in Rails  |  Tags ,  |  0 comments

Comments

  1. There are no comments yet... Be the first to voice your opinion!

(leave url/email »)

Comment Markup Help