Ruby on Rails Monday, June 9, 2014

On Monday, June 9, 2014 7:52:34 AM UTC+1, Thilak G wrote:
thanks for replying,

i have tried capistrano but i can't understand some steps like SSH and server setup, i have confused , can anyone tell me how to start setup the server and how to get SSH key?
then tell me also after deployed what file will generate? and how to host it? 


There are a number of tutorials out there concerning server setup. A popular choice is ubuntu - a google search for 'ubuntu rails setup' yields instructions for most versions of ubuntu. As I mentionned there are a number of possible choices as to how to host. Passenger is pretty easy to setup, and comes in both nginx and apache flavours.

Ssh is a little different on windows since I don't believe it's builtin - I seem to recall that you use Putty to generate the ssh key.

When you run capistrano it checks out your source code onto the remote server, does things like run migrations, install gems (if you are using bundler, which you really should) and then restart whatever is running your application code.

Fred

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c1e18018-3739-4052-bea6-49f33351b306%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment