Monday, March 28, 2016

Installing Codeigniter

I am working on a Windows 7 PC.

Download CodeIgniter-3.0.6.zip (installer) from https://www.codeigniter.com/

Unzip the installer in the root folder of your local server. I am using XAMPP. So I placed the zip file in the XAMPP/htdocs folder.

Unzip the file in CodeIgniter-3.0.6 folder. Rename the folder according to your project name. I renamed it to 'codi'.

Start XAMP server. Point your browser to the URL http://localhost/codi/. You should see the following screen.

Congratulations! You have successfully installed CodeIgniter.

  

No comments:

Post a Comment