Okay I have read a lot of different article''s on capistrano, mongrel, and Subversion(SCM). etc.. First off, which of these (if not all) have to be installed on my remote host? Also do you have to use a SCM? I am connecting through SSH with my remote host. Thanks for reading! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
"bxsitecover wrote:> Okay I have read a lot of different article''s on capistrano, mongrel, > and Subversion(SCM). etc.. First off, which of these (if not all) > have to be installed on my remote host? Also do you have to use a > SCM? I am connecting through SSH with my remote host.You can just FTP (or SFTP) your Rails app to your hosted domain. The other stuff is optional. Great, but optional. hth, Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Congrats on your first app, Basically -Capistrano makes deployment a more automated process -Mongrel is a ruby based web server, which is very fast at processing your rails app, although its not required it would be recommended, especially if you need to process a lot of requests -Subversion, although is normally is required for capistranio, its very important to use even if your not deploying with capistranio. Also is your remote host a VPS or Shared host? On Jul 9, 11:50 am, bxsitecover <raymondbake...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> Okay I have read a lot of different article''s on capistrano, mongrel, > and Subversion(SCM). etc.. First off, which of these (if not all) > have to be installed on my remote host? Also do you have to use a > SCM? I am connecting through SSH with my remote host. > > Thanks for reading!--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---