Skip to content

springyboing/grails-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Installs Grails. Downloads zip distribution and installs.

Requirements

  • Chef 0.10.0+
  • Java

Platform

  • Ubuntu

Tested on:

  • Ubuntu 10.04-12.04

Cookbooks

Requires java cookbook.

Attributes

See the attributes/default.rb. But here are the important ones:

  • node['grails']['version'] - Grails version to download and install
  • node['grails']['install_path'] - Location to install to
  • node['grails']['owner'] - Owner of the installed Grails download

Usage

On client nodes, use the default recipe:

{ "run_list": ["recipe[java]", "recipe[grails]"] }

About

Grails cookbook for chef

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages