[Rails] Re: How do you deploy RoR? Newb alert!
> I'm just worried I'm going to waste money on an outdated book :)
>
> Thanks again for your time.
> Jeremy
The book is overbloat. The author suggests to run your rails setup in a
Xen virtual machine! Well he sells rails hosting...
Capistrano is not necessary when you know how to use a good scm such as
mercurial. A simple bash script + mercurial does everything capistrano
can do, and it won't crash on you.
Basically you need:
- Server
- Domain name
- Install Ruby. I would recommend to stick to 1.8.7, as I'm having
painful issues with 1.9.1 and other people too.
- Install Passenger, and Nginx
- Install a database backend
- Get your code on the server. That's where I use my bash+mercurial
script.
And you should be good to go. Depending on your skills this can take
more or less time. Once you know how to do it once, it's easy.
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home