Tag: nginx

  • How to set up a local WordPress Vagrant development environment

    How to set up a local WordPress Vagrant development environment

    Setting up a Vagrant box can be painstaking. Here is the process: Install a basic box. SSH into said box. Run a command. If it works, add the command to a provision file. Destroy your box. Run the box again and see if the command works via a provisioning file too. Whether it works, or…

  • Leveling Up Your Development Skills with a Pinch of SysAdmin

    “If you’re developing properly, you shouldn’t have to worry about whether your site is running Apache, Nginx or anything else. Your code should just work.” – anon When developing a plugin or theme for use by the greater community this is certainly true. Anything you put out there for someone else, should absolutely not be…