Please follow below instructions:
- Upload downloaded zip file in your server and extract it
- Open this file in your editor application/config/cofig.php
- Make sure this line is looking like below:
- $config['base_url'] = 'http://localhost/irestora_plus_saas/';
- Create a database named irestora_plus_saas
- Import irestora_plus_saas SQL file into your database
- Open this file in your editor application/config/database.php
- Make sure these three variables are looking like below
$db['default']['username'] = 'root';
$db['default']['password'] = '';
$db['default']['database'] = 'irestora_plus_saas';
- And finally run the project by accessing http://localhost/irestora_plus_saas/
0 Comments