Installation
Create a database and user have a full privileges to the database.
Locate database/porichoy.sql in download folder and import the file porichoy.sql to your database from phpMyAdmin
Extract and upload source files to your server
Update the database.php file located in application/config/database.php
'hostname' => 'localhost',
'username' => 'root',//Your Database Username
'password' => 'root',//Your Database Password
'database' => 'porichoy',// Your Database Name
Your Installation Is Completed.
Last updated
Was this helpful?