davetron5000 wrote:
> I'm NOT working on an enterprisey big time rails application; just
> something for my personal site.
> 
> I've been deploying via
> 
> local> git push origin master
> remote> git pull origin
> remote> sudo /etc/init.d/httpd restart
> 
> Trying to decide if this is sufficient, or if learning capistrano and
> setting that up will give me any advantages over this?

It's usually better to automate where possible, and Capistrano gives you 
a quick way of deploying with one command -- and rolling back with one 
command.  Honestly, I don't see why you *wouldn't* use it.

> 
> 
> Thanks,
> 
> Dave

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to