##Project Setup
vi /etc/hosts
Add the following:
127.0.0.1 developerca.hb
<VirtualHost *:80>
ServerAdmin test@developerca.com
DocumentRoot "/Users/yourprojectfolder/developerca/public"
ServerName developerca.hb
ServerAlias www.developerca.hb
ErrorLog "logs/developerca.example.com-error_log"
CustomLog "logs/developerca.example.com-access_log" common
</VirtualHost>
Change the following lines ####Configs/Config.php with your MySQL credentials:
const DB_HOST = 'localhost';
const DB_USER = 'root';
const DB_PASSWORD = 'root';
Run /src/db/db.sql
Thats all!
Tracking report page url:
http://developerca.hb/reports