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

https://github.com/mrtazz/kerl-cookbook

chef cookbook for kerl
https://github.com/mrtazz/kerl-cookbook

Last synced: about 1 month ago
JSON representation

chef cookbook for kerl

Awesome Lists containing this project

README

          

= DESCRIPTION:
Chef cookbook to install kerl with a default erlang installation (R14B02).

= REQUIREMENTS:
- curl
- git
- Erlang/OTP requirements

= ATTRIBUTES:
default['kerl']['erlversion'] = "R14B02"
default['kerl']['installpath'] = "~/bin"
default['kerl']['defaultinstall'] = "~/.kerl/installs/default"

= USAGE: