Add your own config.php in php_action/config.php
Run init.sql
in your mysql db. If running in phpMyadmin, copy and paste the entire code sql entry field of phpMyAdmin localhost page (outside all the databases).
LoginID: admin1
Password: admin
You can add,edit,remove, control basically everything from this account. Or you can manually tackle with sql code.
<?php
// echo "in config";
$root = "https://localhost:8888/Gymkhana/";
$localhost = "localhost"; //db location
$username = "root"; //your db username
$password = "root"; //your db password
$dbname = "Gymkhana";
// echo "out config";
?>
Invisible links to other login pages are at bottom right of any login page.
Have a look at our presentation for more details on features, implementation etc.