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

rserve (7) Versions 1.1.3

Installs/Configures rserve

Policyfile
Berkshelf
Knife
cookbook 'rserve', '= 1.1.3', :supermarket
cookbook 'rserve', '= 1.1.3'
knife supermarket install rserve
knife supermarket download rserve
README
Dependencies
Changelog
Quality 100%

rserve Cookbook

Installs and does some configuration for R and Rserve. Package is downloaded from rforge.net. Rserve listens on port 6311 by default. No implementation of the /etc/rserve.conf file has been added to this cookbook yet. Feel free to add your own with your own cookbook or contribute to this repository.

Documentation on rserve

Requirements

Cookbooks

  • yum-epel

Operating Systems

  • Centos 6 x86_64

Attributes

TODO: List cookbook attributes here.

e.g.

rserve::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['rserve']['bacon']</tt></td>
<td>Boolean</td>
<td>whether to include bacon</td>
<td><tt>true</tt></td>
</tr>
</table>

Usage

rserve::default

Just include the rserve recipe in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[rserve]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Submit a Pull Request using Github

License and Authors

Authors: Eric Greer

Dependent cookbooks

yum-epel >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

rserve CHANGELOG

0.1.0

  • [Eric Greer] - Initial release of rserve

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Foodcritic Metric
            

1.1.3 passed this metric