-->



Friday, October 9, 2015

Codeigniter--Installation

After MVC Concept, We will be learning about how to install Codeigniter.


1. Download the Codeigniter Framework any version after Using  the stable version 2.2  will be well and good.



2After downloading the file, unzip it and store in local Disk(C:) or in another disk.


3. Save the Codeigniter folder in C:\xampp\htdocs\YourCIfolder.(I prefer using XAMPP if you use WAMP, unzip the file in C:\wamp\www.)



4. Rename the Codeigniter folder as you wish for your project. (eg.Projectigniter)

5Now go to YourCIfolder\application\config and open config.php.


6. In config.php file, you can see $config['base_url'] = '';. Inside the single-quotes write like this. $config['base_url'] = 'http://localhost/YourCIfolder/';.



7. Double-click on the link(http://localhost/projectigniter/) and you will find the screen.




8. That's it! you successfully installed the Codeigniter in your Computer.


    In the next tutorial, we will be learning about configuring the Codeigniter files.









No comments:

Post a Comment