On Jul 5, 10:12 am, davetron5000 <[email protected]> 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?
>
Well on a larger setup (multiple servers etc) there is no question in
my mind that you want to use something like capistrano
Even on a small one machine setup, personally I'd always prefer to
automate things a little more because it's just too easy to update the
source but forget to run migrations and things like that.

Fred
> Thanks,
>
> Dave
--~--~---------~--~----~------------~-------~--~----~
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