Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/briancain/congenial-octo-palm-tree
- Owner: briancain
- Created: 2017-05-27T18:44:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T16:26:35.000Z (over 4 years ago)
- Last Synced: 2024-10-11T19:32:45.454Z (3 months ago)
- Topics: automation, development-environment, hashicorp, sandbox, vagrant
- Language: Ruby
- Homepage:
- Size: 946 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```