Skip to content

peterlcole/vagrant-bolt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creates a pre-configured Vagrant environment for Bolt 3.x, Apache and MySQL.

Install

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.

Use

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published