Updated the server installation and server upgrade documentation to refer to the...
authorKyujung Lim <kyujung.lim@gmail.com>
Mon, 22 Aug 2011 20:24:08 +0000 (16:24 -0400)
committerKyujung Lim <kyujung.lim@gmail.com>
Mon, 22 Aug 2011 20:24:08 +0000 (16:24 -0400)
2.0/admin/Upgrading-Evergreen-2.0.xml
2.0/admin/serversideinstallation_2.0.xml

index f1ecec4..3bb92f3 100644 (file)
                                <para>As the <systemitem class="username">opensrf</systemitem> user, download and extract the source files for <application>OpenSRF</application> \r
                                2.0:</para>\r
 <screen><userinput>\r
-wget http://open-ils.org/downloads/opensrf-2.0.0.tar.gz\r
-tar xzf opensrf-2.0.0.tar.gz\r
+wget http://open-ils.org/downloads/opensrf-2.0.1.tar.gz\r
+tar xzf opensrf-2.0.1.tar.gz\r
 </userinput></screen>\r
-                               <para>A new directory opensrf-2.0.0 is created.</para>\r
+                               <para>A new directory opensrf-2.0.1 is created.</para>\r
                                <note><para>For the latest edition of OpenSRF, check the Evergreen download page at \r
                                <ulink url="http://www.open-ils.org/downloads.php" />.\r
                                </para></note>\r
@@ -71,7 +71,7 @@ tar xzf opensrf-2.0.0.tar.gz
                                prerequisite installer.</para> \r
 <screen><userinput>\r
 aptitude install make\r
-cd /home/opensrf/opensrf-2.0.0\r
+cd /home/opensrf/opensrf-2.0.1\r
 </userinput></screen>          \r
                                <para>Replace <option>[distribution]</option> below with the following value \r
                                for your distribution:</para>\r
@@ -113,7 +113,7 @@ make -f src/extras/Makefile.install [distribution]
                                you want to include support for Python<indexterm><primary>Python</primary></indexterm> and Java\r
                                <indexterm><primary>Java</primary></indexterm>, respectively.</note>\r
 <screen><userinput>\r
-cd /home/opensrf/opensrf-2.0.0\r
+cd /home/opensrf/opensrf-2.0.1\r
 ./configure --prefix=/openils --sysconfdir=/openils/conf\r
 make\r
 </userinput></screen>          \r
@@ -122,7 +122,7 @@ make
                                <para>As the <systemitem class="username">root</systemitem> user, return to your OpenSRF build directory and install \r
                                OpenSRF:</para>\r
 <screen><userinput>\r
-cd /home/opensrf/opensrf-2.0.0\r
+cd /home/opensrf/opensrf-2.0.1\r
 make install\r
 </userinput></screen>\r
                        </step>\r
index bd73e30..a29e98d 100644 (file)
@@ -87,7 +87,7 @@
                <para>Of course, after you successfully complete and test the entire Evergreen installation you should
                take a final snapshot backup of your system(s). This can be the first in the series of regularly
                scheduled system backups that you should probably also begin.</para>
-               <section xml:id="serversideinstallation-opensrf-2.0.0">
+               <section xml:id="serversideinstallation-opensrf-2.0.1">
                        <indexterm>
                                <primary>OpenSRF</primary>
                                <secondary>installation</secondary>
                                                <secondary>download</secondary>
                                        </indexterm>
                                        <para>The latest version of OpenSRF can be found here:
-                                       <ulink url="http://evergreen-ils.org/downloads/opensrf-2.0.0.tar.gz"></ulink> .
+                                       <ulink url="http://evergreen-ils.org/downloads/opensrf-2.0.1.tar.gz"></ulink> .
                                        As the <systemitem class="username">opensrf</systemitem> user, change to
                                        the directory <filename class="directory">/home/opensrf</filename> then download
                                        and extract OpenSRF. The new subdirectory
-                                       <filename class="directory">/home/opensrf/opensrf-2.0.0</filename> will be created:</para>
+                                       <filename class="directory">/home/opensrf/opensrf-2.0.1</filename> will be created:</para>
                                        <screen>
                                                <userinput>
        # as the opensrf user:
        cd /home/opensrf
-       wget http://evergreen-ils.org/downloads/opensrf-2.0.0.tar.gz
-       tar zxf opensrf-2.0.0.tar.gz</userinput>
+       wget http://evergreen-ils.org/downloads/opensrf-2.0.1.tar.gz
+       tar zxf opensrf-2.0.1.tar.gz</userinput>
                                        </screen>
                                </step>
                                <step>
                                        <screen>
                                                <userinput>
        # as the root user:
-       cd /home/opensrf/opensrf-2.0.0
+       cd /home/opensrf/opensrf-2.0.1
        make -f src/extras/Makefile.install [DISTRIBUTION]</userinput>
                                        </screen>
                                        <table xml:id="serversideinstallation-keywords-opensrf">
                                                        <screen>
                                                                <userinput>
        # as the opensrf user:
-       cd /home/opensrf/opensrf-2.0.0
+       cd /home/opensrf/opensrf-2.0.1
        ./configure --prefix=/openils --sysconfdir=/openils/conf
        make</userinput>
                                                        </screen>
                                                        <screen>
                                                                <userinput>
        # as the root user:
-       cd /home/opensrf/opensrf-2.0.0
+       cd /home/opensrf/opensrf-2.0.1
        make install</userinput>
                                                        </screen>
                                                        <para>This step will take several minutes to complete.</para>
                                        <para>Evergreen software is integrated with and depends on the Open Service
                                        Request Framework (OpenSRF) software system. For further information on
                                        installing, configuring and testing OpenSRF, see 
-                                       <xref linkend="serversideinstallation-opensrf-2.0.0"/>.</para>
+                                       <xref linkend="serversideinstallation-opensrf-2.0.1"/>.</para>
                                        <para>Follow the steps outlined in that section and run the specified tests to
                                        ensure that OpenSRF is properly installed and configured. Do 
                                        <emphasis><emphasis role="bold">not</emphasis></emphasis> continue with
                                        <para>Evergreen software is integrated with and depends on the Open Service
                                        Request Framework (OpenSRF) software system. For further information on
                                        installing, configuring and testing OpenSRF, see 
-                                       <xref linkend="serversideinstallation-opensrf-2.0.0"/>.</para>
+                                       <xref linkend="serversideinstallation-opensrf-2.0.1"/>.</para>
                                        <para>Follow the steps outlined in that section and run the specified tests to
                                        ensure that OpenSRF is properly installed and configured. Do 
                                        <emphasis><emphasis role="bold">not</emphasis></emphasis> continue with