Update upgrading to 2.1.3.
authorrsoulliere <robert.soulliere@mohawkcollege.ca>
Thu, 23 Aug 2012 16:36:28 +0000 (12:36 -0400)
committerrsoulliere <robert.soulliere@mohawkcollege.ca>
Thu, 23 Aug 2012 16:36:28 +0000 (12:36 -0400)
admin/upgrading.xml

index a820d83..3a7d98b 100644 (file)
                                <para>As the <systemitem class="username">opensrf</systemitem> user, download and extract <application>Evergreen 2.1</application>\r
                                </para>\r
 <screen><userinput>\r
-wget http://www.open-ils.org/downloads/Evergreen-ILS-2.1.2.tar.gz\r
-tar xzf Evergreen-ILS-2.1.2.tar.gz\r
+wget http://www.open-ils.org/downloads/Evergreen-ILS-2.1.3.tar.gz\r
+tar xzf Evergreen-ILS-2.1.3.tar.gz\r
 </userinput></screen>\r
                                <note><para>For the latest edition of Evergreen 2.1, 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.1.2</userinput></screen>    \r
+                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.1.3</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
@@ -89,14 +89,14 @@ tar xzf Evergreen-ILS-2.1.2.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.1.2</userinput></screen>\r
+                               <screen><userinput>cd/home/opensrf/Evergreen-ILS-2.1.3</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_1_2 install</userinput></screen>\r
+                               <screen><userinput>make STAFF_CLIENT_BUILD_ID=rel_2_1_3 install</userinput></screen>\r
                        </step>\r
                        <step>\r
                                <para>As the <emphasis>root</emphasis> user, change all files to be owned by the \r
@@ -106,7 +106,7 @@ tar xzf Evergreen-ILS-2.1.2.tar.gz
                        <step>\r
                                <para>As the <systemitem class="username">opensrf</systemitem> user, update configuration files:</para>\r
 <screen><userinput>\r
-cd /home/opensrf/Evergreen-ILS-2.1.2\r
+cd /home/opensrf/Evergreen-ILS-2.1.3\r
 # and offline-config.pl for the offline staff client data uploader\r
 perl Open-ILS/src/support-scripts/eg_db_config.pl \\r
   --create-offline --user evergreen --password evergreen \\r
@@ -119,13 +119,13 @@ perl Open-ILS/src/support-scripts/eg_db_config.pl \
 <screen><userinput>\r
 cd /openils/var/web/xul/\r
 rm server\r
-ln -s rel_2_1_2/server\r
+ln -s rel_2_1_3/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.1.2</userinput></screen>\r
+<screen><userinput>cd /home/opensrf/Evergreen-ILS-2.1.3</userinput></screen>\r
                        </step>\r
 \r
                        <step>\r
@@ -174,10 +174,11 @@ psql -U evergreen -h localhost -f /usr/share/postgresql/9.0/contrib/hstore.sql -
                                </para></caution> \r
 <screen>\r
 <userinput>\r
-cd /home/opensrf/Evergreen-ILS-2.1.2\r
+cd /home/opensrf/Evergreen-ILS-2.1.3\r
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/version-upgrade/2.0-2.1-upgrade-db.sql evergreen\r
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/version-upgrade/2.1.0-2.1.1-upgrade-db.sql evergreen\r
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/version-upgrade/2.1.1-2.1.2-upgrade-db.sql evergreen\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/version-upgrade/2.1.2-2.1.3-upgrade-db.sql evergreen\r
 </userinput>\r
 </screen>              \r
                        </step>\r