<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.2.tar.gz\r
-tar xzf OpenSRF-1.6.2.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.2 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
prerequisite installer.</para> \r
<screen><userinput>\r
aptitude install make\r
-cd /home/opensrf/OpenSRF-1.6.2\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
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.2\r
+cd /home/opensrf/OpenSRF-1.6.3\r
./configure --prefix=/openils --sysconfdir=/openils/conf\r
make\r
</userinput></screen> \r
<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.2\r
+cd /home/opensrf/OpenSRF-1.6.3\r
make install\r
</userinput></screen>\r
</step>\r
<title>Upgrade <application>Evergreen</application> from 1.4 to 1.6.1</title>\r
<procedure>\r
<step>\r
- <para>As the <systemitem class="username">opensrf</systemitem> user, download and extract <application>Evergreen 1.6.2.0</application>\r
+ <para>As the <systemitem class="username">opensrf</systemitem> user, download and extract <application>Evergreen 1.6.1.8</application>\r
</para>\r
<screen><userinput>\r
-wget http://open-ils.org/downloads/Evergreen-ILS-1.6.1.5.tar.gz\r
-tar xzf Evergreen-ILS-1.6.1.5.tar.gz\r
+wget http://open-ils.org/downloads/Evergreen-ILS-1.6.1.8.tar.gz\r
+tar xzf Evergreen-ILS-1.6.1.8.tar.gz\r
</userinput></screen>\r
<note><para>For the latest edition of Evergreen 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-1.6.1.5</userinput></screen> \r
+ <screen><userinput>cd /home/opensrf/Evergreen-ILS-1.6.1.8</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
<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-1.6.1.5</userinput></screen>\r
+ <screen><userinput>cd /home/opensrf/Evergreen-ILS-1.6.1.8</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_1_6_1_5 install</userinput></screen>\r
+ <screen><userinput>make STAFF_CLIENT_BUILD_ID=rel_1_6_1_8 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-1.6.1.5</userinput></screen>\r
+ <screen><userinput>cd /home/opensrf/Evergreen-ILS-1.6.1.8</userinput></screen>\r
</step>\r
<step>\r
<para>As the <emphasis>root</emphasis> user, change all files to be owned by the \r
<para>As the <systemitem class="username">root</systemitem> user, build <filename>live-db-setup.pl</filename> for the cgi-bin \r
bootstrapping scripts and <filename>offline-config.pl</filename> for the offline staff client data uploader:</para>\r
<screen><userinput>\r
-cd /home/opensrf/Evergreen-ILS-1.6.1.5\r
+cd /home/opensrf/Evergreen-ILS-1.6.1.8\r
perl Open-ILS/src/support-scripts/eg_db_config.pl --create-bootstrap --create-offline \ \r
--user evergreen --password evergreen --hostname localhost --port 5432 \\r
--database evergreen\r
<screen><userinput>\r
cd /openils/var/web/xul/\r
rm server\r
-ln -s rel_1_6_1_5/server\r
+ln -s rel_1_6_1_8/server\r
</userinput></screen>\r
</step>\r
<step>\r
psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.2-1.6.1.3-upgrade-db.sql evergreen\r
psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db.sql evergreen\r
psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.4-1.6.1.5-upgrade-db.sql evergreen\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql evergreen\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql evergreen\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.8-upgrade-db.sql evergreen\r
</userinput>\r
</screen> \r
</step>\r
psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.2-1.6.1.3-upgrade-db.sql evergreen\r
psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db.sql evergreen\r
psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.4-1.6.1.5-upgrade-db.sql evergreen\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql evergreen\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql evergreen\r
+psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.7-1.6.1.8-upgrade-db.sql evergreen\r
</userinput>\r
</screen> \r
</step>\r