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 :) -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org http://www.kopanas.com http://www.cusec.net http://www.soen.info --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
dcampano-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Oct-25 18:55 UTC
Re: Capistrano, Media Temple and their Grid Servers
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/ ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- Still Having Problems With :through When Going To Same Table... Help... please :-(
- Overriding the error_messages_for method
- Getting Rid of Error Divs around fields that have errors
- acts_as_versioned and acts_as_taggable on same model?
- Capistrano, ftp user and svn user are different