Update upgrading to version. 2.0.6.
authorrsoulliere <robert.soulliere@mohawkcollege.ca>
Wed, 25 May 2011 13:08:44 +0000 (09:08 -0400)
committerrsoulliere <robert.soulliere@mohawkcollege.ca>
Wed, 25 May 2011 13:08:44 +0000 (09:08 -0400)
2.0/admin/Upgrading-Evergreen-2.0.xml

index 946470a..29984b0 100644 (file)
@@ -169,15 +169,15 @@ srfsh#
                                <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.5.tar.gz\r
-tar xzf Evergreen-ILS-2.0.5.tar.gz\r
+wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.6.tar.gz\r
+tar xzf Evergreen-ILS-2.0.6.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.5</userinput></screen>    \r
+                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.6</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
@@ -196,19 +196,19 @@ tar xzf Evergreen-ILS-2.0.5.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.5</userinput></screen>\r
+                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.6</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_5 install</userinput></screen>\r
+                               <screen><userinput>make STAFF_CLIENT_BUILD_ID=rel_2_0_6 install</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.5</userinput></screen>\r
+                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.6</userinput></screen>\r
                        </step>\r
                        <step>\r
                                <para>As the <emphasis>root</emphasis> user, change all files to be owned by the \r
@@ -220,7 +220,7 @@ tar xzf Evergreen-ILS-2.0.5.tar.gz
 <screen><userinput>\r
 cd /openils/var/web/xul/\r
 rm server\r
-ln -s rel_2_0_5/server\r
+ln -s rel_2_0_6/server\r
 </userinput></screen>\r
                        </step>\r
                        <step>\r
@@ -237,6 +237,7 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.1-2.0.2-upgrade-db.sql
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.2-2.0.3-upgrade-db.sql evergreen\r
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.3-2.0.4-upgrade-db.sql evergreen\r
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.4-2.0.5-upgrade-db.sql evergreen\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql evergreen\r
 </userinput>\r
 </screen>      \r
                              \r