Installation

  1. Create a database and user have a full privileges to the database.

  2. Locate database/porichoy.sql in download folder and import the file porichoy.sql to your database from phpMyAdmin

  3. Extract and upload source files to your server

  4. 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