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

https://github.com/linjunpop/cuisine

chef-solo template
https://github.com/linjunpop/cuisine

Last synced: 11 months ago
JSON representation

chef-solo template

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
```