From 428a4982af577d1dfacb3c8ba4e5345245dd9779 Mon Sep 17 00:00:00 2001 From: Yamil Suarez <github@yamil.com> Date: Fri, 6 May 2011 12:52:08 -0400 Subject: [PATCH] Fixed capitalization of OpenSRF download URL, tar.gz file, and uncompressed directory name. Current and future standard names of these OpenSRF items will be all lowercase. --- 2.0/admin/serversideinstallation_2.0.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/2.0/admin/serversideinstallation_2.0.xml b/2.0/admin/serversideinstallation_2.0.xml index c768d91696..473b9f4187 100644 --- a/2.0/admin/serversideinstallation_2.0.xml +++ b/2.0/admin/serversideinstallation_2.0.xml @@ -165,17 +165,17 @@ <secondary>download</secondary> </indexterm> <para>The latest version of OpenSRF can be found here: - <ulink url="http://evergreen-ils.org/downloads/OpenSRF-1.6.3.tar.gz"></ulink> . + <ulink url="http://evergreen-ils.org/downloads/opensrf-1.6.3.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-1.6.3</filename> will be created:</para> + <filename class="directory">/home/opensrf/opensrf-1.6.3</filename> will be created:</para> <screen> <userinput> # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/OpenSRF-1.6.3.tar.gz - tar zxf OpenSRF-1.6.3.tar.gz</userinput> + wget http://evergreen-ils.org/downloads/opensrf-1.6.3.tar.gz + tar zxf opensrf-1.6.3.tar.gz</userinput> </screen> </step> <step> @@ -194,7 +194,7 @@ <screen> <userinput> # as the root user: - cd /home/opensrf/OpenSRF-1.6.3 + cd /home/opensrf/opensrf-1.6.3 make -f src/extras/Makefile.install [DISTRIBUTION]</userinput> </screen> <table xml:id="serversideinstallation-keywords-opensrf"> @@ -308,7 +308,7 @@ <screen> <userinput> # as the opensrf user: - cd /home/opensrf/OpenSRF-1.6.3 + cd /home/opensrf/opensrf-1.6.3 ./configure --prefix=/openils --sysconfdir=/openils/conf make</userinput> </screen> @@ -323,7 +323,7 @@ <screen> <userinput> # as the root user: - cd /home/opensrf/OpenSRF-1.6.3 + cd /home/opensrf/opensrf-1.6.3 make install</userinput> </screen> <para>This step will take several minutes to complete.</para> -- 2.11.0