How to Install Vagrant
We will install Vagrant on Windows with the idea of setting up a PHP local development environment.
1. Download and run the installer from vagrantup.com
2. I’m running the Windows MSI, accepted the terms of agreement, and used the default destination folder.
3. Let it does it thing. And click Finish.
4. Reboot system
5. Vagrant is ready for use. Open up Terminal (on the Mac) or Command prompt (on Windows) and type “vagrant”.
Next up: learn how to use Vagrant to set up PHP development environment.