Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmcgibbon/just_chew_box
Just Chew Development Box
https://github.com/gmcgibbon/just_chew_box
chef ruby-on-rails vagrant
Last synced: 6 days ago
JSON representation
Just Chew Development Box
- Host: GitHub
- URL: https://github.com/gmcgibbon/just_chew_box
- Owner: gmcgibbon
- License: mit
- Created: 2017-03-11T02:39:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T02:36:07.000Z (over 7 years ago)
- Last Synced: 2024-12-18T15:08:24.635Z (10 days ago)
- Topics: chef, ruby-on-rails, vagrant
- Language: Ruby
- Homepage: https://atlas.hashicorp.com/gmcgibbon/boxes/just_chew
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Chew Box
Just Chew Box is the vagrant base box used for developing [Just Chew](https://github.com/winnipegrb/just_chew).
## Provisioning
In order to build this box, do the following:
1. Install the berkshelf plugin:
```sh
vagrant plugin install vagrant-berkshelf
```2. Install the omnibus plugin:
```sh
vagrant plugin install vagrant-omnibus
```3. Setup the box:
```sh
vagrant up
```## License
This project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).