Tagged Questions
0
votes
1answer
239 views
How to Upgrade and Deploy WordPress Install as a Git Submodule? [closed]
I am using a WordPress directory struture similar to Mark Jaquith's WordPress Skeleton, which has WordPress in a separate directory from the content as a submodule:
/content
/wp
/local-config.php
...
13
votes
4answers
2k views
Dev, Stage and Production Deployment for WordPress Sites?
So I need to be able to have dev/stage/production iterations (over separate servers) for a WordPress website, I use git usually but this obviously isn't going to work with WordPress sites because of ...