- Install depends:
composer install
npm install
-
Create database
example-yii2-comet-reduxin mysql database -
Copy
config.sample.php->config.phpand configure database -
Run database migrations
php yii migrate
-
Configure comet server - copy
config.sample.js->config.jsand 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:5143and test it!