This is test-case application Way-Dispathcher for some Company.
- In terminal go to webroot directory and execute:
curl -sS https://getcomposer.org/installer | php
php composer.phar update
After will downloads necessary components and framework Yii in vendor
folder.
-
Create new database and database user with same name "way". Set settings
protected/config/database.php
for our db "way". -
Import actual demo dump file from the folder:
protected/data/way_yyyymmddhhmm.sql
(part name as formatyyyy-mm-dd hh:mm
)
- Administrator (as login/password):
admin
/pass_as_admin
- Dispatcher (as login/password):
dispatcher
/dispatcher