Skip to content

Provisioner Scripts

Daniel Hensby edited this page Jan 31, 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.

Clone this wiki locally