IOT Hub Portal V2
==================
Date Started: June-01, 2021

Framework: LiveCube Framework v3.0.0 by Webeons.

Default Password: webeons#990

Libraries / Vendors
-------------------
- YAML Parser: Spyc [https://github.com/mustangostang/spyc/]
- Database: MeekroDB [https://meekro.com]
- Database Migrations: Sphinx (Composer) [https://book.cakephp.org/phinx/0/en/index.html]
- Mail: SendGrid (Composer) [https://sendgrid.com/]
- Analytics: StatCounter, Google Analytics
- Package Manager: Composer

Setup
-----
- Create a copy of the site_config.yaml.template and add the configuration: 
cp config/site_config.yaml.template config/site_config.yaml
- Run composer install
composer install
- Setup the database from the .sql file in db/
- Create a copy of the db_config_<env>.yaml.template and add the configuration:
cp config/db_config_<env>.yaml.template config/db_config_<env>.yaml
