0% found this document useful (0 votes)
61 views2 pages

Manual Script Installation Guide

To manually install the online script, upload the downloaded zip file to the server and extract it. Create a new database and user, import the sql file, configure the routes, database credentials, and session settings. Finally, browse the installed script with the provided admin credentials. The process involves 10 steps like uploading files, configuring database, and importing the sql file.

Uploaded by

Yuser Viera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views2 pages

Manual Script Installation Guide

To manually install the online script, upload the downloaded zip file to the server and extract it. Create a new database and user, import the sql file, configure the routes, database credentials, and session settings. Finally, browse the installed script with the provided admin credentials. The process involves 10 steps like uploading files, configuring database, and importing the sql file.

Uploaded by

Yuser Viera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

How to install the script in online manually?

1. Upload the zip file downloaded from CodeCanyon to your server in the public_html or,
any other directory you intend the script to run.

2. Extract the zip file in that directory.

3. Create a new database from your server MySQL with PhpMyAdmin.

4. Create db user to the database and link that database to the db user.

5. Make sure the required files are permitted writeable in the folder you put them and all
the requirements are fulfilled by the server environment.

6. Go to PhpMyAdmin and import the sql in your created database from the extracted
files (uploads/installation/uploadable_database.sql).

7. Open the application/config/routes.php and make:


$route['default_controller'] = 'home';

8. Open the application/config/database.php file and change the below values with your
data:
'hostname' => 'localhost',
'username' => 'Mysql username',
'password' => 'Mysql password',
'database' => 'Database name',

9.Copy config.php file from uploads/installation folder and paste it to


application/config folder. Replace the files with the same name. Make sure sess_driver
and sess_save_path are like this:

$config['sess_driver'] = 'database';
$config['sess_save_path'] = 'ci_sessions';
10.Import the database from uploads/installation/uploadable_database.sql

Here is the video link:


https://drive.google.com/open?id=1-aJL-tVRdau52jqspg_z3hL3zQiDi8jC

Finally browse the script.

Admin URL : your site/admin , Admin email : admin@shop.com, Admin password : 1234

Vendor URL: your site/vendor

You might also like