Installs Grails. Downloads zip distribution and installs.
- Chef 0.10.0+
- Java
- Ubuntu
Tested on:
- Ubuntu 10.04-12.04
Requires java cookbook.
See the attributes/default.rb. But here are the important ones:
node['grails']['version']- Grails version to download and installnode['grails']['install_path']- Location to install tonode['grails']['owner']- Owner of the installed Grails download
On client nodes, use the default recipe:
{ "run_list": ["recipe[java]", "recipe[grails]"] }