https://github.com/linjunpop/cuisine
chef-solo template
https://github.com/linjunpop/cuisine
Last synced: 11 months ago
JSON representation
chef-solo template
- Host: GitHub
- URL: https://github.com/linjunpop/cuisine
- Owner: linjunpop
- Created: 2013-06-26T03:38:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-11T08:58:34.000Z (over 12 years ago)
- Last Synced: 2025-01-09T03:41:39.045Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cuisine
## Install cookbooks
```bash
$ berks install --path cookbooks
```
## Vagrant
```bash
$ vagrant plugin install vagrant-berkshelf
$ vagrant plugin install vagrant-omnibus
```
```bash
$ vagrant up
```
```bash
$ knife solo bootstrap vagrant@example.com
```