This installs nginx from source by default.
This is tested on Virtualbox and Vagrant using Ubuntu 12.04 - which would probably make it work with that distribution and derivatives.
The cookbook tries to install package dependencies.
e.g.
Just include rnginx
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[rnginx]"
]
}
- 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