Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).