https://github.com/fnichol/iterative_chef
https://github.com/fnichol/iterative_chef
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fnichol/iterative_chef
- Owner: fnichol
- Created: 2011-04-15T05:54:16.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T17:42:39.000Z (over 5 years ago)
- Last Synced: 2025-03-24T03:09:19.434Z (3 months ago)
- Language: Ruby
- Homepage: http://fnichol.github.com/iterative_chef
- Size: 74.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interative Chef
## Setup
Clone the repository and install some gem dependencies:
git clone git://github.com/fnichol/iterative_chef.git
cd iterative_chef
bundle install
gem install chefYeah, that's right. Install chef outside of the Gemfile. Don't get me started
about this json gem version incompatibility. Anway, no harm, no foul.Now build all the vagrant boxes. **Warning** this could take up to 20 minutes
to complete (there are 5 boxes to populate):rake bootstrap