r1176: More work on the manual
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 24 Sep 2006 22:01:16 +0000 (22:01 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 24 Sep 2006 22:01:16 +0000 (22:01 +0000)
locale/en_US/manual-xml/manual.xml
locale/en_US/manual-xml/upgrade.xml [new file with mode: 0644]

index d7388c136ace0eb57316eb5e7a57bf5510d6614e..b1f354ef8ed9828b66c6f76177176cde1c7f88d5 100644 (file)
@@ -7,6 +7,7 @@
        <!ENTITY fullprod "<productname>&product; &version;</productname>">
        
        <!ENTITY chap01 SYSTEM "install.xml">
+       <!ENTITY chap02 SYSTEM "upgrade.xml">
 ]>
 
 <book xmlns="http://docbook.org/ns/docbook">
@@ -24,5 +25,6 @@
        </info>
        
        &chap01;
+       &chap02;
 
 </book>
\ 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 (file)
index 0000000..efbed85
--- /dev/null
@@ -0,0 +1,43 @@
+<chapter id="upgrade" revision="$Revision$">
+       <title>Upgrading</title>
+       
+       <!-- =================================================================== -->
+       
+       <section id="upgrade.prepare">
+               <title>Preparing the Files</title>
+               <para>
+               Upgrading &product; is simple.
+
+<orderedlist>
+       <listitem>Unless otherwise stated, you will not have to change your ISSO version or <filename>./includes/config.php</filename> file.</listitem>
+       <listitem>Upload files.</listitem>
+       <listitem>Run the upgrade script.</listitem>
+</orderedlist>
+
+That's all you have to be concerned with when upgrading &product;!
+               </para>
+       </section>
+       
+       <!-- =================================================================== -->
+       
+       <section id="upgrade.run">
+               <title>Running the Upgrade Script</title>
+               <para>
+                       After uploading all of the files, simply point your browser to:
+
+<uri>http://www.example.com/bugdar/install/upgrade.php</uri>
+
+Where <uri>http://www.example.com/bugdar/</uri> 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:
+
+<filename>./install/global.php</filename>
+
+... leaving it there is a security risk!
+               </para>
+       </section>
+</chapter>
\ No newline at end of file