Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/briancain/congenial-octo-palm-tree

:palm_tree: :palm_tree: A sandbox environment for developing core Vagrant
https://github.com/briancain/congenial-octo-palm-tree

automation development-environment hashicorp sandbox vagrant

Last synced: 28 days ago
JSON representation

:palm_tree: :palm_tree: A sandbox environment for developing core Vagrant

Awesome Lists containing this project

README

        

# Vagrant Sandbox

A repo for developing core Vagrant.

## Usage

Make sure you have cloned [Vagrant](https://github.com/hashicorp/vagrant) some
where on your computer. Then make sure to update the path in this projects `Gemfile`
for where Vagrant lives.

__Note__: Comment out the plugin block in the `Gemfile` if you are not developing
the vmware plugin from source.

```
rvm use @vagrant --create
bundle install
bundle exec vagrant
```