Tagged Questions
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 ...
2
votes
3answers
247 views
Clone plugins (and settings) to new installation?
Is it possible to clone the plugins and settings from a WordPress site to a new fresh install?
I don't want any of the content from the original site I just want all the plugins used and their ...
94
votes
19answers
20k views
How to: Easily Move a WordPress Install from Development to Production?
I do development on one box and use a second for production. Right now I just dump the database and then do a find a replace for the URL changes; then copy over the files and import the new SQL.
Are ...