CodeIgniter: Installation


CodeIgniter Step By Step Tutorial: After understand about codeIgniter at this, now, we learn how to install CodeIgniter. We will install to our local computer. Before follow this instruction, please download CodeIgniter at www.codeigniter.com.

  1. Open your root web server.
  2. Put CodeIgniter downloaded.
  3. Extract it, you will get a folder named "codeigniter_[version]".

    put codeigniter

  4. For simple, rename the folder to be "CodeIgniter" only.

    rename folder codeigniter

  5. Now, open config.php within CodeIgniter\system\application\config.
  6. Change base site url at line 14:

    config base url site codeigniter

  7. Point your browser to http://localhost/CodeIgniter. You should get like this:

    first page codeigniter



Series this article:
CodeIgniter: Introduction to CodeIgniter Framework
CodeIgniter: Installation
CodeIgniter: Creating First Application at CodeIgniter
CodeIgniter: Creating and Sending Parameters Between Controller and View
CodeIgniter: Getting Parameters From GET
CodeIgniter: Setting Database Configuration
CodeIgniter: Preparing Database
CodeIgniter: Showing Simple All Data
CodeIgniter: Showing Simple One Data
CodeIgniter: Choosing a Data From GET

Bookmark and Share Tag: CodeIgniter, framework Category: PHP Framework Post : January 19th 2008 Read: 52,666

blog comments powered by Disqus