Skip to content

integrii/rserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Key Type Description Default
['rserve']['bacon'] Boolean whether to include bacon true

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

About

Chef cookbook for deploying Rserve and R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published