Installation Step [1]
First step is to create a MySQL Database & Username then assign full rights to it for the user created.
Installation Step [2]
Go to phpMyAdmin and import the database file "database.sql" from "database_upload" folder.
Installation Step [3]
Go to "db.php" file and edit the following line with a text editor.
Lines 8-9
$db = new ezSQL_mysql('DB_USER', 'DB_PASS', 'DB_NAME', 'DB_HOST');
Last Step! IMPORTANT! [4]
Go to "bootstrap.php" file and edit the following lines with a text editor.
Line 7
define('SITE_URL', 'http://local.doitforfun'); Replace with your own site URL
Lines 24-25 - admin details
define("ADMIN_USERNAME", "admin");
define("ADMIN_PASSWORD", "admin");
Admin URL is : http://yoursite.com/admin