You must install and use it in your localhost, web server may cause problems You must run it in Google Chrome browser, other browsers may not support
Please follow below instructions:
a) Go to project folder
b) Copy gecer folder and upload it in your server
c) Open this file in your editor application/config/cofig.php
d) Make sure this line is looking like below: $config['base_url'] = 'http://localhost/gecer/';
e) Create a database named gecer
f) Go to database folder g) Import gecer SQL file into your database
h) Open this file in your editor application/config/database.php
i) Make sure these three variables are looking like below $db['default']['username'] = 'root'; $db['default']['password'] = ''; $db['default']['database'] = 'gecer';
j) And finally run the project by accessing http://localhost/gecer/
Was this page helpful?
Thank you for your feedback!
Please Login First
Sign in to post your comment or signup if you dont have any account.
0 Comments