Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdegrunt/vagrant-chef-server-bootstrap
Vagrant file & cookbooks to install chef-server in VM
https://github.com/tdegrunt/vagrant-chef-server-bootstrap
Last synced: 5 days ago
JSON representation
Vagrant file & cookbooks to install chef-server in VM
- Host: GitHub
- URL: https://github.com/tdegrunt/vagrant-chef-server-bootstrap
- Owner: tdegrunt
- License: mit
- Created: 2012-06-10T14:10:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-11T09:05:48.000Z (over 11 years ago)
- Last Synced: 2024-10-18T11:21:34.335Z (26 days ago)
- Language: Ruby
- Size: 277 KB
- Stars: 22
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# vagrant-chef-server-bootstrap
Vagrant file & cookbooks to install chef-server in VM
## Using
```Bash
vagrant plugin install berkshelf-vagrant
vagrant up
```Once the above is done go to [http://localhost:4000](http://localhost:4000) to see REST API working.
The Web UI is on [http://localhost:4040](http://localhost:4040).# License: MIT