This is a repository for building out kazoo virtual machines
#Vagrant
To use Vagrant in this repo, you have to do a few things:
##Installation:
- Virtualbox
- Vagrant
- Rake
- Berkshelf
##Prep:
There are possible a few tasks to run to prepare the environment. Currently, the first task (install_cookbooks) fires off a berkshelf install to the cookbooks directory. There is also a clean up task (clean) that deletes the cookbooks.
To run:
- rake install_cookbooks
- rake clean