Creates a pre-configured Vagrant environment for Bolt 3.x, Apache and MySQL.
curl -L https://github.com/peterlcole/vagrant-bolt/archive/master.tar.gz | tar zx
mv vagrant-bolt-master <project name>
cd <project name>
vagrant up
Note: Vagrant and VirtualBox are required.
Note: By default traffic on port 8080 is forwarded to the guest machine's port 80 and 8443 to 443. If you are running multiple Vagrant instances based on this project, you will need to edit the Vagrantfile and change the host port.
After running vagrant up
, Fire up ye ol' web browser and navigate to http://localhost:8080 or https://localhost:8443. Save your changes on the host machine in the bolt/ directory.