Install the Script in Online
- Upload the zip file downloaded from CodeCanyon to your server in the public_html or, any other directory you intend the script to run.
- Extract the zip file in that directory.
- Create a new database from your server MySQL with PhpMyAdmin.
- Create a DB user to the database and link that database to the DB user.
- Make sure the required files are permitted writable in the folder you put them and all the requirements are fulfilled by the server environment.
- Go to PhpMyAdmin and import the SQL in your created database from the extracted files.
- Open the application/config/database.php file and change the below values with your data:
‘hostname’ => ‘localhost’,
‘username’ => ‘MySQL username’,
‘password’ => ‘MySQL user password’,
‘database’ => ‘database name’, - Finally, browse the script.
Admin URL: your site/admin, Admin email: [email protected], Admin password: 1234