This cookbook installs Atlassian's Crowd. It defaults to using PostgreSQL.
- Ubuntu 14.04
Other platforms or versions may or may not work, but I've simply not tested them at this time. If your run this cookbook on another platform or version successfully, please let me know in GitHub issues.
Just include crowd
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[crowd]"
]
}
- 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
Licensed under MIT, see LICENSE for details.
Authors: Martijn van der Kleijn [email protected]