Provision a development environment with Vagrant.
Within the Terminal, create a new project folder and initialize Vagrant:
mkdir MyVagrantProject && cd MyVagrantProject
Initialize a new VagrantFile (precise32)
vagrant init precise32 http://files.vagrantup.com/precise32.box
Within the Terminal, start the Vagrant box:
vagrant up
setup.sh
will be executed during the the setup of the virtual machine. Please refer to setup.sh
for more information.
- Extract configuration into separate INI file
- Setup script to create a default virtual host