I have been tentatively playing with Capistrano, but I like to develop on a laptop on the move, then I have a test site on the live machine which I use for pre-testing to ensure that the environment is all ok with the new changes and then finally I deploy to the final production site (actually I have three similar sites which use the same code base so I want to choose which of them to deploy to) How do I achieve the above with Capistrano? Cheers Ed W --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thibaut Barrère
2006-Sep-27 09:09 UTC
Re: Capistrano - how to deploy to QA site *or* production site?
Hi Ed, afaik there is no built-in notion of staging or Q/A in capistrano. It''s quite easy to achieve this though, have a look over there for examples: http://mikeburnscoder.wordpress.com/2006/08/05/staging-server-with-capistrano/ http://www.michaelbuffington.com/articles/2006/09/11/mongrel-and-capistrano if you have more questions, you''ll get more accurate answers if you send your questions to http://groups.google.com/group/capistrano cheers! Thibaut -- [blog] http://www.dotnetguru2.org/tbarrere --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---