Skip to content

Provisioner Scripts

Daniel Hensby edited this page Feb 4, 2014 · 2 revisions

Whenever a vagrant project is created (vagrant up) or is provisioned (vagrant provision) a set of scripts that are defined in the Vagrantfile are run. These are used to set up the machine.

The idea is that these scripts will install the software like-for-like at each deployment, allowing for consistent development environments between developers whilst not having to have a "perfect" box that has to be created or shared for every project.

We've included a set of provisioner scripts that install software that is frequently required. These scripts are written with development environments in mind, so they won't be secure by default and shouldn't be run on a live environment. They also tend to depend on the folder structure of the repo.

Clone this wiki locally