Skip to content

ericcj/chef-ruby-src

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-src Cookbook

Basic cookbook to install ruby from src on Ubuntu 12.04 LTS

Requirements

Only tested on Ubuntu 12.04, but since compiling from src it should work on other platforms.

Depends on build-essential cookbook distributed by Opscode.

Attributes

ruby-src::default

Key Type Description
['ruby']['version'] String name fo the ruby version to be installed
['ruby']['checksum'] String sha256 checksum of the .tar.gz source bundle

Usage

ruby-src::default

Just include ruby-src in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[ruby-src]"
  ]
}

License and Authors

Authors: Scott Klein scott@statuspage.io

About

Chef cookbook to install ruby from source. Tested only on Ubuntu 12.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%