Skip to content

taylor-russ/vagrantfiles

Repository files navigation

Vagrantfiles

Vagrant files for VM deployment

Steps for use

  1. Install vagrant (http://www.vagrantup.com/) and virtualbox (https://www.virtualbox.org/)
  2. If you are using 1.1 or later (vagrant version):
$ vagrant gem install vagrant-vbguest

If you installed vagrant using RubyGems, use:

$ gem install vagrant-vbguest
  1. Clone the repo (git@github.com:soondobu/vagrantfiles.git)
  2. git submodule init && git submodule update
  3. cd into the directory of the vm you wish to launch
  4. run 'vagrant up'
  5. once the command finishes, you should be able to ssh to the vagrant vm/guest on the port defined in the vagrantfile.

About

Vagrant files for VM deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published