Capistrano, Media Temple and their Grid Servers

Hey Everyone,

According to the comments section in this blog post MediaTemple has their own capistrano deploy script:

http://blog.vixiom.com/2006/10/12/media-temple-tames-the-beast-new-ruby-on-rails-hosting-service-with-mongrel/

The problem is that this deploy script refers to a file called 'mt-capistrano' that I can't find anywhere.

Does anyone have any suggestions for deploying to MediaTemple? With the way the container is setup it looks like I can't use my traditional deployment script. Any words of wisdom or advice would be appreciated.

Thanks :slight_smile:

I just saw this comment on that page, looks like you can grab a plugin:

% gem list -source=http://gems.mediatemple.net/ ... mt-capistrano (0.0.2) Capistrano tasks to deploy Ruby on Rails applications on a (mt) Grid Server. ... % gem install mt-capistrano -source=http://gems.mediatemple.net/ ...