Hi, just found this article explaining how to do exactly what I wanted using only git:
http://joemaller.com/990/a-web-focused-git-workflow/ It's not Wordpress specific, but helps a lot. My concern was about the conflict markers git would put into the php and html files live on the server (therefore, breaking the site until the conflicts were solved). This setup avoids this. Excellent. Thanks a lot! ===== Daniel Trezub http://www.gameblogs.com.br On 12 February 2011 18:18, Daniel Trezub <[email protected]> wrote: > Thanks, Thomas. > > I'll give a look at all the links you provided. > > Cheers, > > ===== > Daniel Trezub > http://www.gameblogs.com.br > > > On 12 February 2011 10:32, Thomas Ferris Nicolaisen <[email protected]>wrote: > >> Probably the best thing here is to see how other people do it. I don't >> know much about Wordpress, but it seems pretty common to deploy it using Git >> and Capistrano: >> >> (Obviously, more recent articles are more likely to be correct today) >> >> >> http://rianjayadi.wordpress.com/2010/11/03/how-to-deploy-wordpress-using-capistrano/ >> >> >> http://whomwah.com/2009/02/01/deploying-wordpress-to-slicehost-using-capistrano-and-git/ >> >> >> http://tonkapark.com/391/easy-steps-to-deploy-a-wordpress-using-capistrano/ >> >> >> http://devblog.imedo.de/2008/06/23/wordpress-deployment-with-capistrano-2-and-git/ >> >> https://github.com/jestro/wordpress-capistrano >> >> Here's another very recent one using Fabric <http://docs.fabfile.org/>: >> >> >> http://www.saintsjd.com/2011/01/continuous-deployment-for-wordpress-using-git-and-fabric/ >> >> -- >> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
