This cookbook installs the Strider CD software according to the documentation found here: https://github.com/Strider-CD/strider#general-requirements
- NodeJS
- MongoDB
CentOS, Red Hat, Fedora
Tested on:
CentOS 6.5
- yum
- yum-epel
- build-essential
Just include strider-cd
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[strider-cd]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Author:: Michael Goetz ([email protected])