Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Repository files navigation

ruby-src Cookbook

Basic cookbook to install ruby from src on Ubuntu 12.04 LTS

Build Status

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

KeyTypeDescription
['ruby']['version']Stringname fo the ruby version to be installed
['ruby']['checksum']Stringsha256 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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages