Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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