NGinx + WordPress Subdomain Multi with core in Subdirectory

I have a WordPress install that works perfectly on a Apache server. I am currently in the process of both changing my hosting company (the new one offer NGinx) and my development stack (moving to vvv). Here is how the install is set-up: It a WordPress sub-domain multi-site install, with core in a sub-folder (/wp-app/), … Read more

Vagrant stuck connection timeout retrying

My vagrant was working perfectly fine last night. I’ve just turned the PC on, hit vagrant up, and this is what I get: ==> default: Clearing any previously set network interfaces… ==> default: Preparing network interfaces based on configuration… default: Adapter 1: nat default: Adapter 2: hostonly ==> default: Forwarding ports… default: 22 => 2222 … Read more

Vagrant script to setup all the common PHP / WordPress version combinations

I am looking for a way to quickly and repeatedly set up testing / debugging environment for our plugin, most probably using Vagrant. Projects like VVV focus on a single-environment setup (or, a couple of environments like stable / trunk) while what I’m looking for is a script that would setup environments like: wp39-php52.local wp40-php52.local … Read more

Should I use Vagrant or Docker for creating an isolated environment? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago. Improve this question I use Ubuntu for development and deployment and have a need for creating an isolated … Read more