From 1a9ac2507f439458509e2938dc999117587107d3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 24 Sep 2006 22:01:16 +0000 Subject: [PATCH] r1176: More work on the manual --- locale/en_US/manual-xml/manual.xml | 2 ++ locale/en_US/manual-xml/upgrade.xml | 43 +++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 locale/en_US/manual-xml/upgrade.xml diff --git a/locale/en_US/manual-xml/manual.xml b/locale/en_US/manual-xml/manual.xml index d7388c1..b1f354e 100644 --- a/locale/en_US/manual-xml/manual.xml +++ b/locale/en_US/manual-xml/manual.xml @@ -7,6 +7,7 @@ &product; &version;"> + ]> @@ -24,5 +25,6 @@ &chap01; + &chap02; \ No newline at end of file diff --git a/locale/en_US/manual-xml/upgrade.xml b/locale/en_US/manual-xml/upgrade.xml new file mode 100644 index 0000000..efbed85 --- /dev/null +++ b/locale/en_US/manual-xml/upgrade.xml @@ -0,0 +1,43 @@ + + Upgrading + + + +
+ Preparing the Files + + Upgrading &product; is simple. + + + Unless otherwise stated, you will not have to change your ISSO version or ./includes/config.php file. + Upload files. + Run the upgrade script. + + +That's all you have to be concerned with when upgrading &product;! + +
+ + + +
+ Running the Upgrade Script + + After uploading all of the files, simply point your browser to: + +http://www.example.com/bugdar/install/upgrade.php + +Where http://www.example.com/bugdar/ is the path at which I have installed &product;. + +The script will automatically redirect you to the file for your version. Click through all the steps, there should be no errors or problems. + +At the end of the upgrade script, you will be returned to the administration panel. + +When you are done upgrading, be sure to delete: + +./install/global.php + +... leaving it there is a security risk! + +
+
\ No newline at end of file -- 2.22.5