Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moqada/cookbook-omnigollum-site

Chef coookbook for omnigollum-site
https://github.com/moqada/cookbook-omnigollum-site

Last synced: 3 days ago
JSON representation

Chef coookbook for omnigollum-site

Awesome Lists containing this project

README

        

# Chef cookbook for omnigollum-site

## Usage (for chef-solo)

### 1. Install chef and some libraries

```
# curl -L https://gist.github.com/raw/4597441/setup.sh | bash
```

### 2. Copy and edit node.json to adjust your server environment.

```
# cp /tmp/node-example.json /tmp/node.json
```

### 3. Run chef-solo

```
chef-solo -c /tmp/solo.rb -j /tmp/node.json
```