Alexa Anti Joker
##Installing Dev Environment
- Install Vagrant
- Install VirtualBox
- Install librarian-chef
- Install the following Vagrant plugins
This will make sure the guest machine is up to date
vagrant plugin install vagrant-vbguest
This will be sure that we have the latest version of Chef
vagrant plugin install vagrant-omnibus
This will automatically setup your host machine's hosts file so you can access the host via domain
vagrant plugin install vagrant-hostmanager