Skip to content

Gazelle Installation using Vagrant

Markus Guidry edited this page May 4, 2014 · 1 revision

VagrantGazelle allows for convenient development of Gazelle, without going to the trouble of setting it all up for yourself.

Vagrant uses virtual machines to allow for easy development in consistent environments. The setup linked above allows for development on your local machine and the Gazelle setup to run without altering your system.

Once set up, the gazelle source files will be present in src/, which is shared to /var/www/ on the machine. A port forward from port 80 on the guest to 8080 on the host will also be established.

More Info

Vagrant Documentation