Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cloudfoundry-ruby-runtime (7) Versions 1.1.1

Installs/Configures cloudfoundry-ruby-runtime

Policyfile
Berkshelf
Knife
cookbook 'cloudfoundry-ruby-runtime', '= 1.1.1', :supermarket
cookbook 'cloudfoundry-ruby-runtime', '= 1.1.1'
knife supermarket install cloudfoundry-ruby-runtime
knife supermarket download cloudfoundry-ruby-runtime
README
Dependencies
Quality -%

Description

Install support for running Ruby applications on
Cloud Foundry. This also enables support for
Ruby on Rails and Sinatra.

Requirements

  • Ubuntu

Tested on:

  • Ubuntu 10.04
  • Ubuntu 12.04

Attributes

  • node['cloudfoundry_ruby_runtime']['ruby18']['version'] - The exact version of Ruby 1.8.7 that should be installed. Defaults to 1.8.7-p334.
  • node['cloudfoundry_ruby_runtime']['ruby19']['version'] - The exact version of Ruby 1.9.2 that should be installed. Defaults to 1.9.2-p290.
  • node['cloudfoundry_ruby_runtime']['ruby193']['version'] - The exact version of Ruby 1.9.3 that should be installed. Defaults to 1.9.3-p286.
  • node['cloudfoundry_ruby_runtime']['bundler_version'] - The exact version of the Bundler gem that should be installed. Defaults to 1.1.3.

Recipes

ruby18

Installs Ruby 1.8.7 for use by DEAs.

ruby19

Installs Ruby 1.9.2 for use by DEAs.

ruby193

Installs Ruby 1.9.3 for use by DEAs.

Usage

Add one of the recipes to the run list of a DEA node to
enable support for Ruby-based applications on that DEA.

Note that other Cloud Foundry components also use Ruby internally; those
cookbooks handle installation of any version of Ruby they require. This
cookbook only manages support for running user applications.

Dependent cookbooks

cloudfoundry ~> 1.0.4
rbenv >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found