Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ches/workstation-chef-repo
A Chef Solo repository for configuring a developer workstation.
https://github.com/ches/workstation-chef-repo
Last synced: about 6 hours ago
JSON representation
A Chef Solo repository for configuring a developer workstation.
- Host: GitHub
- URL: https://github.com/ches/workstation-chef-repo
- Owner: ches
- License: apache-2.0
- Created: 2013-02-02T14:31:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-09T09:18:06.000Z (over 11 years ago)
- Last Synced: 2023-04-11T19:38:41.443Z (over 1 year ago)
- Language: Ruby
- Size: 164 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Chef Solo repository for configuring a workstation, currently Mac OS X only.
Usage
-----The cookbooks will install the Command Line Tools for Xcode and other build
essentials, but you need to get Chef installed before proceeding. The Chef
Full Installer will take care of that:$ curl -L https://www.opscode.com/chef/install.sh | sudo bash
Then clone this repo and `cd` into the directory.
```sh
$ gem install bundler
$ bundle
$ berks install --path cookbooks
$ chef-solo -c config/solo.rb -j config/workstation.json
```Acknowledgements
----------------Inspired by [Joshua Timberman's articles on the subject][1], and the work of
many to make Opscode's official cookbooks OS X-friendly.[1]: http://jtimberman.housepub.org/blog/2012/07/29/os-x-workstation-management-with-chef/