Vagrant files for VM deployment
- Install vagrant (http://www.vagrantup.com/) and virtualbox (https://www.virtualbox.org/)
- If you are using 1.1 or later (vagrant version):
$ vagrant gem install vagrant-vbguestIf you installed vagrant using RubyGems, use:
$ gem install vagrant-vbguest- Clone the repo (git@github.com:soondobu/vagrantfiles.git)
- git submodule init && git submodule update
- cd into the directory of the vm you wish to launch
- run 'vagrant up'
- once the command finishes, you should be able to ssh to the vagrant vm/guest on the port defined in the vagrantfile.