How to install the script online?
- Extract downloaded from codecanyon on your PC.
- Upload the Install.zip file to your server public_html or any other directory you intend to run the script.
- Extract the zip file in that directory.
- Create a new database from your server MySQL database.
- 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 , Email: admin@matrimonial.com, Password: 1234