Stupid simple Vagrant setup for WordPress projects.
-
Move these files into the root of your WordPress project.
-
Name your project in the "project_name" variable in the Vagrantfile.
-
Run
vagrant up
and give it a couple minutes to set everything up.
You'll be able to access your project from http://localhost:3000.