Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 613 Bytes

File metadata and controls

36 lines (23 loc) · 613 Bytes

Example chat application with yii2 + jii comet + neatcomet + react + redux

Install

  1. Install depends:
composer install
npm install
  1. Create database example-yii2-comet-redux in mysql database

  2. Copy config.sample.php -> config.php and configure database

  3. Run database migrations

php yii migrate
  1. Configure comet server - copy config.sample.js -> config.js and update site domain (if need)

  2. Deploy frontend scripts (js/css)

node webpack
  1. Run comet server
node jii
  1. Run application at http://example-yii2-comet-redux.local:5143 and test it!