Skip links

How to Install the Script in Local Server Manually

How to Install the Script in Local Server Manually

  1. Create a new folder in your htdocs/www folder.
  2. Extract the downloaded script in that folder which you have just created.
  3. Go to PhpMyAdmin and create a new database & import the sql from the extracted files (uploads/installation/uploadable_database.sql).
  4. 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‘;
  5. 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