First Rails APP launch - help

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!

"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

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?