Allows for installation of Webgrind on Debian (/Ubuntu) boxes.
php
- Webgrind runs using PHP.apache2
- Webgrind uses apache2 to display the front-end.
Key | Type | Description | Default |
---|---|---|---|
['webgrind']['docroot'] | String | The document root where webgrind is going to be installed | /var/www/webgrind |
['webgrind']['access_url'] | String | The url to access webgrind (default: mywebsite.app**/webgrind**) | /webgrind |
Just include webgrind
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[webgrind]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Bryan te Beek