Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu69/vagrant_plugin_playground
O'Reilly Vagrant Up and Running book plugin sample
https://github.com/kazu69/vagrant_plugin_playground
Last synced: 19 days ago
JSON representation
O'Reilly Vagrant Up and Running book plugin sample
- Host: GitHub
- URL: https://github.com/kazu69/vagrant_plugin_playground
- Owner: kazu69
- Created: 2014-04-16T04:40:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T04:45:51.000Z (over 10 years ago)
- Last Synced: 2023-03-23T22:15:17.544Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExampleVagrantPlugin
My first vagrant plugin
## Installation
Add this line to your application's Gemfile:
gem 'example_vagrant_plugin'
And then execute:
$ bundle
Or install it yourself as:
$ gem install example_vagrant_plugin
## Usage
```
git clone [email protected]:kazu69/vagrant_plugin_playground.git
cd vagrant_plugin_playground
bundle install
bundle exec rake build
vagrant plugin install ./pkg/example_vagrant_plugin-0.0.1.gem
```## Contributing
1. Fork it ( http://github.com/kazu69/vagrant_plugin_playground/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request