Fixed capitalization of OpenSRF download URL, tar.gz file, and uncompressed directory...
authorYamil Suarez <github@yamil.com>
Fri, 6 May 2011 16:48:16 +0000 (12:48 -0400)
committerYamil Suarez <github@yamil.com>
Fri, 6 May 2011 16:48:16 +0000 (12:48 -0400)
1.6/admin/Upgrading-Evergreen_1.6.xml

index 9aa30cc..1804b8a 100644 (file)
                                <para>As the <systemitem class="username">opensrf</systemitem> user, download and extract the source files for <application>OpenSRF</application> \r
                                1.6:</para>\r
 <screen><userinput>\r
-wget http://open-ils.org/downloads/OpenSRF-1.6.3.tar.gz\r
-tar xzf OpenSRF-1.6.3.tar.gz\r
+wget http://open-ils.org/downloads/opensrf-1.6.3.tar.gz\r
+tar xzf opensrf-1.6.3.tar.gz\r
 </userinput></screen>\r
-                               <para>A new directory OpenSRF-1.6.3 is created.</para>\r
+                               <para>A new directory opensrf-1.6.3 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
@@ -62,7 +62,7 @@ tar xzf OpenSRF-1.6.3.tar.gz
                                prerequisite installer.</para> \r
 <screen><userinput>\r
 aptitude install make\r
-cd /home/opensrf/OpenSRF-1.6.3\r
+cd /home/opensrf/opensrf-1.6.3\r
 </userinput></screen>          \r
                                <para>Replace <option>[distribution]</option> below with the following value \r
                                for your distribution:</para>\r
@@ -115,7 +115,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-1.6.3\r
+cd /home/opensrf/opensrf-1.6.3\r
 ./configure --prefix=/openils --sysconfdir=/openils/conf\r
 make\r
 </userinput></screen>          \r
@@ -124,7 +124,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-1.6.3\r
+cd /home/opensrf/opensrf-1.6.3\r
 make install\r
 </userinput></screen>\r
                        </step>\r