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.2.5

Installs/Configures rserve

Policyfile
Berkshelf
Knife
cookbook 'rserve', '~> 1.2.5', :supermarket
cookbook 'rserve', '~> 1.2.5'
knife supermarket install rserve
knife supermarket download rserve
README
Dependencies
Changelog
Quality 17%

rserve Cookbook

Installs and does some configuration for R and Rserve. Package is downloaded from rforge.net. Rserve listens on port 6311 by default and accepts connections from all source IP addresses. 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.

Collaborator Number Metric
            

1.2.5 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.2.5 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.2.5 failed this metric

FC037: Invalid notification action: rserve/recipes/default.rb:17
FC064: Ensure issues_url is set in metadata: rserve/metadata.rb:1
FC065: Ensure source_url is set in metadata: rserve/metadata.rb:1
FC066: Ensure chef_version is set in metadata: rserve/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: rserve/metadata.rb:1
FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: rserve/recipes/default.rb:79
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.2.5 passed this metric

Testing File Metric
            

1.2.5 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.2.5 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number