Re: [git-users] I like to replicate a RoR application from 1 server to multiple remote servers...

2010-07-22 Thread Donovan Bray
Git will only be part of the answer. I would suggest at looking at a tool like 
capistrano or chef to handle keeping the deployments in sync. Then you need to 
do something else that would keep the databases in sync if you actually want 
each of the systems to use the same data.

On Jul 22, 2010, at 9:45 AM, Dinooz  wrote:

> I wonder if Git could be used to replicate a RoR from 1 main server to
> multiple remote server something like server replication to keep
> everything sync ?, what about the DB what would be the recommendation
> MongoDB or MySQL Replication ?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Git for human beings" group.
> To post to this group, send email to git-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> git-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/git-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] I like to replicate a RoR application from 1 server to multiple remote servers...

2010-07-22 Thread Dinooz
I wonder if Git could be used to replicate a RoR from 1 main server to
multiple remote server something like server replication to keep
everything sync ?, what about the DB what would be the recommendation
MongoDB or MySQL Replication ?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.