CodeIgniter is a powerful PHP Framework build for PHP coders for developing websites and full featured web applications.It is a sim...
CodeIgniter is a powerful PHP Framework build for PHP coders for developing websites and full featured web applications.It is a simple and mostly used Framework when compared with others.
In this Tutorial I Will show you how to install CodeIgniter on Ubuntu 13.10/ 13.04 /12.10 / 12.04 & LinuxMint.
The Installation Procedures are same for LinuxMint & Ubuntu Server
Installation Steps
The Latest Version Of CodeIgniter is 2.1.4
Before Proceding for Installation of CodeIgniter Check localhost Runing or not
Step 1: Download CodeIgniter from their home website or CLICK HERE
Step 2:Unzip the package and rename it
sudo unzip CodeIgniter_2.1.4.zip
mv CodeIgniter_2.1.4 codeigniter
Step 3: Move the package to www folder
sudo mv codeigniter /var/www
Step 4: Check Codeigniter working or not
COMMENTS