How to Install the Script in Local Server Manually
- 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 from the extracted files (uploads/installation/uploadable_database.sql).
- Copy config.php file from uploads/installation folder and paste it to application/config folder. Replace the files with the same name.Open the file routes.php and set default controller as “home” as below :
$route[‘default_controller’] = ‘home‘; - Open the application/config/database.php file and change the below values with your data:
‘hostname’ => ‘localhost’,
‘username’ => ‘phpmyadmin username’, //default is root
‘password’ => ‘phpmyadmin password’, // default password is blank for
‘database’ => ‘database name’,
Finally browse the script.
Admin URL : your site/admin , Admin email : [email protected], Admin password : 1234
Vendor URL : your site/vendor