https://github.com/killmenot/chef-solo-example
Experiments with Vagrant, Chef and CentOS to use in development purposes
https://github.com/killmenot/chef-solo-example
Last synced: about 1 year ago
JSON representation
Experiments with Vagrant, Chef and CentOS to use in development purposes
- Host: GitHub
- URL: https://github.com/killmenot/chef-solo-example
- Owner: killmenot
- License: mit
- Created: 2014-08-05T11:12:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T19:20:34.000Z (almost 12 years ago)
- Last Synced: 2025-02-06T12:31:12.498Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chef-solo example
==============
Experiments with Vagrant, Chef and CentOS to use in development purposes
Requirements
------------
- [Ruby](https://www.ruby-lang.org/en/installation/)
- [Vagrant](http://www.vagrantup.com/downloads.html)
- [Chef Client](http://www.getchef.com/chef/install/)
Used cookbooks
------------
- [nginx](https://supermarket.getchef.com/cookbooks/nginx)
- [iptables](https://supermarket.getchef.com/cookbooks/iptables)
Usage
------------
```
$ vagrant box add centos64-x86_64 http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-x86_64-v20131103.box
$ git clone git://github.com/killmenot/chef-solo-example
$ cd chef-solo-example
$ bundle
$ librarian-chef install
$ vagrant up
```
References
------------
- [http://leopard.in.ua/2013/01/04/chef-solo-getting-started-part-1/](http://leopard.in.ua/2013/01/04/chef-solo-getting-started-part-1/)
- [http://leopard.in.ua/2013/03/25/chef-server-getting-started-part-1-bonus/](http://leopard.in.ua/2013/03/25/chef-server-getting-started-part-1-bonus/)