Using WordPress in multiple environments
by andrew • April 10, 2011 • Development • 0 Comments
When developing software, it’s important to have different environments so that modifications made by developers don’t affect others outside their own “sandbox” or the “production” server. Best practices generally dictate three tiers: a local development environment for each developer, a staging environment to integrate changes from multiple developers, and a production environment. WordPress is...
Read more →
