Exea Monitor CMS System
A custom CMS for Exea Monitor.
Prerequisites
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.
Installation
with composer execute the installation of all dependencies:
composer install
Install node packages:
cd webroot
npm install
Configuration
Initial configuration
Create 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
.
Migrations
This proyect uses migrations plugin in order to setup your database with required data. Just execute in your terminal:
bin/cake migrations migrate
Seed
Seed the application by following the next steps:
bin/cake migrations seed --seed DatabaseSeed
After that, the database should be ready for your application.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Support
Have issues? Write to our support mail