Alpha Paratransit V2
#Deploy of project to localhost:
- copy project to your server folder
- when setting hosts, main folder is /frontend/www/
- create new database, import to this database file (/common/data/structure.sql);
- edit common/config/database.php to your mysql configuration;
- run composer to install all dependencies;
- open command line(console) change dir to root folder of project;
- in command line use "sudo php console/yiic migrate" then allow migrate;
- now you are ready to use application;
logins: admin, dispatcher, admin_reader, accountant; password: 123456;
to add driver register him on site, confirm link in email and activate him from administrator dashboard;