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
- Host: GitHub
- URL: https://github.com/mrtazz/kerl-cookbook
- Owner: mrtazz
- License: mit
- Created: 2011-08-11T20:46:01.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-11T20:46:21.000Z (almost 15 years ago)
- Last Synced: 2025-01-25T23:17:03.063Z (over 1 year ago)
- Language: Ruby
- Size: 86.9 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
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: