Comment on Using git to manage a websiteComments−trusko15yHave a question. This is nice for simple HTML. How about deploying site were you have to migrate the database etc. This approach wouldn't work. I use fabric with git right now, works well.−jefe7815yOne solution that occurred to me, was to setup a(assuming MySQL)mirrored database. Another idea is to setup a MySQL dump script or something similar.Just a couple of ideas :)−trusko15yI think it is good idea for static sites, for everything else you would be rediscovering fabric and similar tools.
Comments
Have a question. This is nice for simple HTML. How about deploying site were you have to migrate the database etc. This approach wouldn't work. I use fabric with git right now, works well.
One solution that occurred to me, was to setup a(assuming MySQL)mirrored database. Another idea is to setup a MySQL dump script or something similar.
Just a couple of ideas :)
I think it is good idea for static sites, for everything else you would be rediscovering fabric and similar tools.