https://github.com/railsware/chef-rwci
https://github.com/railsware/chef-rwci
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/railsware/chef-rwci
- Owner: railsware
- License: mit
- Created: 2013-02-04T12:56:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T14:27:11.000Z (almost 13 years ago)
- Last Synced: 2025-01-01T21:23:18.408Z (about 1 year ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 52
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RWCI Server
## Description
Installs the [Railsware](https://railsware.com/) Continuous Integration Server.
## Requirements
This cookbooks requires the excellent [chef-rvm](https://github.com/fnichol/chef-rvm) cookbook from @fnichol.
### Supported Platforms
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
* Ubuntu
* Debian
* Red Hat
* CentOS
* Fedora
* Amazon
## Recipes
* `chef-ci` - The default recipe.
## Usage
This cookbook installs the rwci components if not present, and pulls updates if they are installed on the system.
## Attributes
```ruby
default["rwci"]["user"] = "rwci"
default["rwci"]["group"] = "rwci"
default["rwci"]["rvm_ruby"] = "ruby-1.9.3-p194"
default["rwci"]["rvm_gemset"] = "rwci"
```