Alex Solomaha a5555154c6 Fixes
2017-01-02 19:10:33 +02:00
2016-10-28 21:58:37 +03:00
2016-09-08 20:54:43 +03:00
2016-12-10 23:27:52 +02:00
2016-12-31 20:49:46 +02:00
2016-12-10 23:27:52 +02:00
2016-12-31 20:49:46 +02:00
2016-12-31 19:34:20 +02:00
2016-08-12 17:48:42 +03:00
2017-01-02 02:20:27 +02:00
2017-01-02 18:59:45 +02:00
2017-01-02 19:10:33 +02:00
2016-08-12 17:48:42 +03:00
2017-01-02 18:59:45 +02:00
2017-01-02 18:59:45 +02:00
2017-01-02 18:59:45 +02:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00
2016-12-10 01:22:36 +02:00
2017-01-02 18:59:45 +02:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00
2016-12-10 01:22:36 +02:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00

SmartHome Web Panel & API

This is controller for SmartHome project.

DIRECTORY STRUCTURE

  assets/             contains assets definition
  commands/           contains console commands (controllers)
  config/             contains application configurations
  controllers/        contains Web controller classes
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application
  web/                contains the entry script and Web resources

REQUIREMENTS

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

INSTALLATION

Get project files:

git clone https://github.com/CyanoFresh/SmartHome
cd SmartHome
composer install
php init

Then configure DB in config/db-local.php and run:

php yii migrate

NOTES:

  • Check and edit the other files in the config/ directory to customize your application as required.

To start the server:

php yii panel
Languages
PHP 62.1%
CSS 30.9%
JavaScript 4.6%
Less 2.2%
Batchfile 0.2%