Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 536 Bytes

vagrant-plugins-env

A simple environment to develop vagrant plugins in. It encapsulates the vagrant environment into an own .vagrant.d directory to avoid messing with your day-to-day vagrant config.

This sample uses the vagrant-vbguest plugin as default.

Usage

  1. git clone
  2. edit submodules as needed
  3. edit Gemfile as needed
  4. git submodule init
  5. git submodule update
  6. bundle install

To start vagrant use the bin/vagrant wrapper!