https://github.com/integrii/rserve
Chef cookbook for deploying Rserve and R
https://github.com/integrii/rserve
Last synced: 3 months ago
JSON representation
Chef cookbook for deploying Rserve and R
- Host: GitHub
- URL: https://github.com/integrii/rserve
- Owner: integrii
- Created: 2016-02-07T22:13:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T11:37:24.000Z (over 9 years ago)
- Last Synced: 2025-01-14T16:35:29.475Z (5 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
rserve Cookbook
===============
Installs and does some configuration for [R](https://www.r-project.org/) and [Rserve](https://rforge.net/Rserve/). Package is downloaded from [rforge.net](http://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](https://rforge.net/Rserve/doc.html)
Requirements
------------# Cookbooks
- yum-epel# Operating Systems
- Centos 6 x86_64Attributes
----------
TODO: List cookbook attributes here.e.g.
#### rserve::default
Key
Type
Description
Default
['rserve']['bacon']
Boolean
whether to include bacon
true
Usage
-----
#### rserve::defaultJust include the `rserve` recipe in your node's `run_list`:
```json
{
"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
6. Submit a Pull Request using GithubLicense and Authors
-------------------
Authors: [Eric Greer](http://ericgreer.info)