From 09380594534d4dd2669e2894aa390582a2bc121d Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 9 Mar 2011 16:42:07 +0000 Subject: Added 2.0.1 upgrade guide and changed the constants ready. --- user_guide/installation/upgrade_201.html | 89 ++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 user_guide/installation/upgrade_201.html (limited to 'user_guide/installation/upgrade_201.html') diff --git a/user_guide/installation/upgrade_201.html b/user_guide/installation/upgrade_201.html new file mode 100644 index 000000000..ec01b9b33 --- /dev/null +++ b/user_guide/installation/upgrade_201.html @@ -0,0 +1,89 @@ + + + + + +Upgrading from 2.0.0 to 2.0.1 : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 2.0.0

+
+ + + + + + + + + +
+ + +
+ + + +
+ +

Upgrading from 2.0.0 to 2.0.1

+ +

Before performing an update you should take your site offline by replacing the index.php file with a static one.

+ + +

Step 1: Update your CodeIgniter files

+ +

Replace all files and directories in your "system" folder and replace your index.php file. If any modifications were made to your index.php they will need to be made fresh in this new one.

+ +

Note: If you have any custom developed files in these folders please make copies of them first.

+ +

Step 2: Replace config/mimes.php

+ +

This config file has been updated to contain more mime types, please copy it to application/config/mimes.php.

+ +
+ + + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b