Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimizukawa/chef-bp-redmine
chef cookbook for beproud redmine
https://github.com/shimizukawa/chef-bp-redmine
Last synced: about 1 month ago
JSON representation
chef cookbook for beproud redmine
- Host: GitHub
- URL: https://github.com/shimizukawa/chef-bp-redmine
- Owner: shimizukawa
- Created: 2013-02-14T05:53:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-26T11:02:08.000Z (over 11 years ago)
- Last Synced: 2024-10-03T23:15:09.034Z (about 2 months ago)
- Language: Ruby
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bp-redmine (rvm aware) Cookbook
================================This cookbook install redmine plugins and set options for BePROUD.
Requirements
------------#### cookbook
- `rvm`
- `rvm-redmine`
- `python`Attributes
----------
environment`node['bp_redmine']['lockrun_path']` - default is '/usr/local/bin/lockrun'
Usage
-----
#### bp-redmine::defaultInclude `bp-redmine` in your node's `run_list`:
```json
{
"name":"my_node",
"run_list": [
"recipe[bp-redmine]"
]
}
```Contributing
------------1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using GithubLicense and Authors
-------------------
Authors: Takayuki Shimizukawa
License: Apache 2.0