This is my customized Vagrant VirtualBox machine that I use for local web development and testing. It uses EasyEngine to set everything up.
The box used in the Vagrantfile is customized according to my preference and workflow but anyone who just wants a working nginx server for WordPress on the localhost will find this useful.
Using this box requires that you install Vagrant and VirtualBox
It also requires that you are at least comfortable with using a terminal.
I use MobaXterm to access the box but any terminal client will do.
Load the Vagrantfile and the .vagrant folder to your preferred location.
Customize the Vagrantfile according your preferences.
Update your hosts file for ee.vm and point it to the Private Network ip set in the Vagrantfile.
Start PowerShell or cmd.
Go to the folder where the Vagrantfile and .vagrant folder is located.
Run
vagrant up --provision
Once vagrant confirms that your box is up and running, open http://ee.vm to confirm. If a page loads, your EasyEngine Vagrant VirtualBox machine is now running.
username: vagrant
password: vagrant
username: www-data
password: vagrant