• Posts Tagged ‘nginx’

    Using WordPress in multiple environments

    by  • April 10, 2011 • Development • 0 Comments

    figure1

    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 →

    WordPress on OS X with Nginx, PHP, and mysql

    by  • March 31, 2011 • Development • 9 Comments

    wordpress-logo-notext-rgb

    Recently, I wanted to do some WordPress development on my Mac.  I’ve got Ubuntu installed on a virtual machine, but I decided to get the stack running on OS X. I’ve been using Nginx for a while now as a web server, caching proxy, and load balancer for some Plone sites.   It’s been fantastic...

    Read more →