Update upgrading instructions to version 2.0.10.
authorrsoulliere <robert.soulliere@mohawkcollege.ca>
Tue, 18 Oct 2011 14:06:26 +0000 (10:06 -0400)
committerrsoulliere <robert.soulliere@mohawkcollege.ca>
Tue, 18 Oct 2011 14:06:26 +0000 (10:06 -0400)
admin/Upgrading-Evergreen-2.0.xml

index 1e15a08..4c2f534 100644 (file)
@@ -201,15 +201,15 @@ cp /openils/conf/opensrf_core.xml.backup /openils/conf/opensrf_core.xml
                                <para>As the <systemitem class="username">opensrf</systemitem> user, download and extract <application>Evergreen 2.0</application>\r
                                </para>\r
 <screen><userinput>\r
-wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.9.tar.gz\r
-tar xzf Evergreen-ILS-2.0.9.tar.gz\r
+wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.10a.tar.gz\r
+tar xzf Evergreen-ILS-2.0.10a.tar.gz\r
 </userinput></screen>\r
                                <note><para>For the latest edition of Evergreen 2.0, check the Evergreen download page at\r
                                <ulink url="http://www.open-ils.org/downloads.php" /> and adjust upgrading instructions accordingly.</para></note>\r
                        </step>\r
                        <step>\r
                                <para>As the <systemitem class="username">root</systemitem> user, install the prerequisites:</para> \r
-                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.9</userinput></screen>    \r
+                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.10a</userinput></screen>  \r
                                <para>On the next command, replace <option>[distribution]</option> with one of \r
                                these values for your distribution of Debian or Ubuntu:</para>\r
                                <itemizedlist>\r
@@ -228,14 +228,14 @@ tar xzf Evergreen-ILS-2.0.9.tar.gz
                        <step>\r
                                <para>As the <systemitem class="username">opensrf</systemitem> user, configure and compile \r
                                <application>Evergreen</application>:</para>\r
-                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.9</userinput></screen>\r
+                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.10a</userinput></screen>\r
                                <screen><userinput>./configure --prefix=/openils --sysconfdir=/openils/conf</userinput></screen>\r
                                <screen><userinput>make</userinput></screen>\r
                        </step>\r
                        <step>\r
                                <para>As the <systemitem class="username">root</systemitem> user, install \r
                                <application>Evergreen</application>:</para>\r
-                               <screen><userinput>make STAFF_CLIENT_BUILD_ID=rel_2_0_9 install</userinput></screen>\r
+                               <screen><userinput>make STAFF_CLIENT_BUILD_ID=rel_2_0_10 install</userinput></screen>\r
                        </step>\r
                        <step>\r
                                <para>As the <emphasis>root</emphasis> user, change all files to be owned by the \r
@@ -247,13 +247,13 @@ tar xzf Evergreen-ILS-2.0.9.tar.gz
 <screen><userinput>\r
 cd /openils/var/web/xul/\r
 rm server\r
-ln -s rel_2_0_9/server\r
+ln -s rel_2_0_10/server\r
 </userinput></screen>\r
                        </step>\r
                        <step>\r
                                <para>Change to the <application>Evergreen</application> installation \r
                                directory:</para>\r
-                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.9</userinput></screen>\r
+                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.10a</userinput></screen>\r
                        </step>\r
 \r
                        <step>\r
@@ -273,7 +273,7 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.6-2.0.7-upgrade-db.sql evergreen\r
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.7-2.0.8-upgrade-db.sql evergreen\r
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.8-2.0.9-upgrade-db.sql evergreen\r
-\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.9-2.0.10-upgrade-db.sql evergreen\r
 </userinput>\r
 </screen>      \r
                              \r