This codebase is a vagrant configuration that provides an example vagrant
configuration, to provision a Drupal VM using puppet.
Caveat: this code is designed for teaching purposes only.
It's designed to demonstrate approaches that are useful for vagrant, but may
not be a great example of proper general practices. In particular, many
security practices and configuration management approaches are ignored.
-
Install Virtualbox and Vagrant.
-
Create a directory to work in.
mkdir -p ~/Development/foo cd ~/Development/foo
-
Checkout the Vagrant config environment to the current working directory.
git clone https://github.com/Techito/vagrant_drupal_box.git .
-
Start up and provision the vagrant VM.
vagrant up