This is a Tomcat / Jenkins App Server. This cookbook stands up a server with Oracle JDK 7, Tomcat, and Jenkins.
Currently this cookbook only seems to work on Debian Systems (tested on Ubuntu-14.04).
e.g.
java- appserver needs java to run / build appstomcat- appserver needs tomcat to run your appsmaven- appserver needs maven to build your appsjenkins- appserver needs jenkins to CI your code
N/A: It's all stock for now.
e.g.
| Key | Type | Description | Default |
|---|---|---|---|
| ['appserver']['bacon'] | Boolean | whether to include bacon | true |
TODO: Write usage instructions for each cookbook.
e.g.
Just include appserver in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[appserver]"
]
}TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.
e.g.
- 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
Authors: TODO: List authors