From 053d67f17c2b1b26026506a5de0b10017630018e Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 31 Aug 2011 01:27:05 -0500 Subject: Adding bare-bones 2.1.0 upgrade notes documentation file. --- user_guide/installation/upgrade_210.html | 87 ++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 user_guide/installation/upgrade_210.html (limited to 'user_guide/installation') diff --git a/user_guide/installation/upgrade_210.html b/user_guide/installation/upgrade_210.html new file mode 100644 index 000000000..9f8204a7c --- /dev/null +++ b/user_guide/installation/upgrade_210.html @@ -0,0 +1,87 @@ + + + + + +Upgrading from 2.0.3 to 2.1.0 : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 2.1.0

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

Upgrading from 2.0.3 to 2.1.0

+ +

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.

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