Overview¶
Requirements¶
- PHP > 5.6
- MYSQL
Installation¶
- Download [Composer](http://getcomposer.org/doc/00-intro.md) or update composer self-update.
- Run php composer.phar install.
If Composer is installed globally, run .. code-block:: bash
composer install
You should now be able to visit the path to where you installed the app and see the setup traffic lights.
Configuration¶
Read and edit config/app.php and setup the ‘Datasources’ and any other configuration relevant for your application.
Set up the database skeleton, run .. code-block:: bash
/path/to/project/bin/cake migrations migrate
Seed the database, run .. code-block:: bash
/path/to/project/bin/cake migrations seed
License¶
Licensed using the MIT license.
Copyright (c) 2015 Michael Dowling <https://github.com/mtdowling>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Reporting a security vulnerability¶
After a security vulnerability has been corrected, a security hotfix release will be deployed as soon as possible.