Monday, September 15, 2014

CodeIgniter Installation

CodeIgniter is installed in four steps:
  1. Download and Unzip the package from http://ellislab.com/codeigniter/user-guide/installation/downloads.html.
  2. Place the extracted folder in /var/www
  3. Open the application/config/config.php file with a text editor and set your base URL (localhost). If you intend to use encryption or sessions, set your encryption key.url
  4. If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.
  5. databaseNow, in a browser, visit http://localhost/codeigniter
  6. welcumThats all.

No comments:

Post a Comment