November 23, 2014

November 23, 2014
1
In this article, we are going to discuss about How to install CodeIgniter (CI) on LinuxMint and Ubuntu. CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks

Step 1:

Download the latest version of CodeIgniter (CI) by Clicking Here

Step 2:

Unzip the downloaded zip file by executing the below command

sudo unzip CodeIgniter_2.2.0.zip 

Step 3:

Rename the unzipped folder by executing the below command.

mv CodeIgniter_2.2.0  codeigniter

Step 4:

Move the unzipped renamed folder the www directory.

sudo mv codeigniter /var/www

Step 5:

Run the below URL and check the site is working.

http://localhost/codeigniter

1 comments:

  1. when i run "http://localhost/codeigniter", "Acces forbiedden!" appear on my browser,......so, how i fix that?

    ReplyDelete