- Install depends:
composer install
npm install
-
Create database
example-yii2-comet-redux
in mysql database -
Copy
config.sample.php
->config.php
and configure database -
Run database migrations
php yii migrate
-
Configure comet server - copy
config.sample.js
->config.js
and update site domain (if need) -
Deploy frontend scripts (js/css)
node webpack
- Run comet server
node jii
- Run application at
http://example-yii2-comet-redux.local:5143
and test it!