Is there any special instruction on how to publish my site, developed using radrails, to my hosting service? I would like to see what needs to be done from start to finish. TIA -jp -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
The annointed method in Rails is to use Capistrano. But it truely depends on your infrastructure. My company''s wasn''t really compatible with it to start....so I wrote an ANT script to package up the application so I could unzip it in the correct place on the web server. Your mileage may vary. MudDawg -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
anibalrojas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Dec-10 11:42 UTC
Re: Publish Ruby Rails Site
Capistrano is the way to go, but it can be a little complicated to manage at first, but you should stick to it. Many Rails oriented hosting companies have recipes to use Capistrano with their setup, you should ask your hosting for such help. This search could be a starting point: http://www.google.com/search?q=capistrano+deployment&hl=en&lr=&client=firefox&rls=org.mozilla:en-US:unofficial&hs=xgM&start=10&sa=N -- AnĂbal http://www.rubycorner.com --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---