CodeIgniter Sample Project
System Requirement
- PHP 5.6
- Mysql 5.4
Steps to run the application
Step1:
Clone the application to /var/www/html (in ubuntu) OR D:\xampp\htdocs\ (in windows)
> git clone https://github.com/saktib/CodeIgniterSampleProj.git
Step2:
Create a database with name 'categories':
> CREATE DATABASE categories;
Step3:
Change the local db server username & password only in this file:
> application/config/database.php
Step4:
Open browser & run this URL to start:
http://127.0.0.1/CodeIgniterSampleProj/index.php/migrate/