From d2df9bc7cc9d4b3e53818470c5d0977c9a36677c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Apr 2007 17:41:17 +0000 Subject: update pMachine to EllisLab update copyright year update Code Igniter to CodeIgniter --- user_guide/installation/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'user_guide/installation/index.html') diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html index 2f7977cd3..9abc283e6 100644 --- a/user_guide/installation/index.html +++ b/user_guide/installation/index.html @@ -2,7 +2,7 @@ -Code Igniter User Guide +CodeIgniter User Guide @@ -22,7 +22,7 @@ window.onload = function() { - + @@ -33,7 +33,7 @@ window.onload = function() {
- +

Code Igniter User Guide Version 1.5.2

CodeIgniter User Guide Version 1.5.3

@@ -45,7 +45,7 @@ window.onload = function() { @@ -62,22 +62,22 @@ Installation Instructions

Installation Instructions

-

Code Igniter is installed in four steps:

+

CodeIgniter is installed in four steps:

  1. Unzip the package.
  2. -
  3. Upload the Code Igniter folders and files to your server. Normally the index.php file will be at your root.
  4. +
  5. Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.
  6. Open the application/config/config.php file with a text editor and set your base URL.
  7. If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.
-

If you wish to increase security by hiding the location of your Code Igniter files you can rename the system folder +

If you wish to increase security by hiding the location of your CodeIgniter files you can rename the system folder to something more private. If you do rename it, you must open your main index.php file and set the $system_folder variable at the top of the page with the new name you've chosen.

That's it!

-

If you're new to Code Igniter, please read the Getting Started section of the User Guide to begin learning how +

If you're new to CodeIgniter, please read the Getting Started section of the User Guide to begin learning how to build dynamic PHP applications. Enjoy!

@@ -95,7 +95,7 @@ Previous Topic:  Credits Next Topic:  Upgrading from a Previous Version

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b