Code igniter is a simple toolkit to create full-featured web applications.
It contains library for commonly needed tasks.
Download Code igniter from => http://codeigniter.com/download.php
Installation Guide
1) Place the downloaded .zip file at your web server ( For example in ubuntu :
/var/www/codeigniter
2) Unzip the files by using $ unzip Code Igniter x.x.x.zip (rename the folder to codeigniter)
3) In your codeigniter folder access to system/application/config and open the config.php
in any text editor.Set your base URL
For example = $config['base_url'] = "http://localhost/codeigniter/";
4) If you intend to use database, then open application/config/database.php and
set the database settings according to your setup.
5) Its time for you to test your installation at your browser by typing the url
http://localhost/codeigniter/index.php
6) If you come across the Welcome to Codeigniter! then you have successfully
installed it.
For futher guidance browse to http://codeigniter.com/user_guide/toc.html
Subscribe to:
Post Comments (Atom)
Home

0 comments:
Post a Comment