Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moqada/cookbook-omnigollum-site
- Owner: moqada
- Created: 2013-01-22T19:10:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-08T02:06:43.000Z (over 11 years ago)
- Last Synced: 2024-04-16T03:43:32.120Z (7 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```