Install the Script on Local Server
- Create a new folder in your htdocs/www folder.
- Extract the downloaded script in that folder which you have just created.
- Go to PhpMyAdmin and create a new database & import the .sql file from the extracted files.
- Open the application > config > database.php file and change the below values with your data:
‘hostname’ => ‘localhost’, (Your database hostname)
‘username’ => ‘phpmyadmin username’, //default is root
‘password’ => ‘phpmyadmin password’, // default password is blank for xampp
‘database’ => ‘database name’,
Save your file. - Finally, browse the script.
Admin URL: your site/admin, Admin email: [email protected], Admin password: 1234