This cookbook installs and maintain BEAR.Sunday and its application.
yum
- install php >= 5.4php
- install phpphp-fpm
- install php-fpm used bybearsunday::nginx
nginx
- for application servercomposer
- BEAR.Sunday uses composer to manage dependency
Key | Type | Description | Default |
---|---|---|---|
['bearsunday']['version'] | String | version to be installed | |
['bearsunday']['install_path'] | String | location where BEAR.Package to be placed | /usr/local/lib/bear |
Key | Type | Description | Default |
---|---|---|---|
['bearsunday']['app_name'] | String | Application name to be setup | "Sandbox" |
['bearsunday']['nginx_context'] | String "dev", "api" or "prod" | context name to be run | "dev" |
Just include bearsunday
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[bearsunday]"
]
}
- 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: Webnium, Inc License: BSD