This cookbook stands up a demo version of the chef.io website.
Spin up a standard demo and add the default recipe to your runlist. The only external dependencies are the iptables and aws community cookbooks.
There are only two configurable attributes, namely the port for standard web traffic and the port for SSL traffic. As you might expect these are configured in the attributes/default.rb file.
Just include chefweb
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[chefweb]"
]
}
- Create a named feature branch (like
yourname/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
Authors: The Chef Sales Engineering team