A custom CMS for Exea Monitor.
A complete CakePHP environment is required for this proyect.
In this repository you can deploy a clean environment with all dependencies ready for deploy CakePHP applications.
npm is required to install node packages.
with composer execute the installation of all dependencies:
composer installInstall node packages:
cd webroot
npm installCreate the config/app_local.php file and setup the 'Datasources' and any other configuration relevant for your application.
Template configuration is in config/app_local.example.php.
This proyect uses migrations plugin in order to setup your database with required data. Just execute in your terminal:
bin/cake migrations migrateSeed the application by following the next steps:
bin/cake migrations seed --seed DatabaseSeedAfter that, the database should be ready for your application.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details
Have issues? Write to our support mail