<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.7.tar.gz\r
-tar xzf Evergreen-ILS-2.0.7.tar.gz\r
+wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.8.tar.gz\r
+tar xzf Evergreen-ILS-2.0.8.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.7</userinput></screen> \r
+ <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.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">root</systemitem> user, install \r
<application>Evergreen</application>:</para>\r
- <screen><userinput>make STAFF_CLIENT_BUILD_ID=rel_2_0_7 install</userinput></screen>\r
+ <screen><userinput>make STAFF_CLIENT_BUILD_ID=rel_2_0_8 install</userinput></screen>\r
</step>\r
<step>\r
<para>As the <emphasis>root</emphasis> user, change all files to be owned by the \r
<screen><userinput>\r
cd /openils/var/web/xul/\r
rm server\r
-ln -s rel_2_0_7/server\r
+ln -s rel_2_0_8/server\r
</userinput></screen>\r
</step>\r
<step>\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
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
\r
</userinput>\r
</screen> \r
<step>
<title>Download and Unpack Latest Evergreen Version</title>
<para>The latest version of Evergreen can be found here:
- <ulink url="http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.7.tar.gz"></ulink> .
+ <ulink url="http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.8.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 Evergreen. The new subdirectory
- <filename class="directory">/home/opensrf/Evergreen-ILS-2.0.7</filename>
+ <filename class="directory">/home/opensrf/Evergreen-ILS-2.0.8</filename>
will be created:</para>
<screen>
<userinput>
# as the opensrf user:
cd /home/opensrf
- wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.7.tar.gz
- tar zxf Evergreen-ILS-2.0.7.tar.gz</userinput>
+ wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.8.tar.gz
+ tar zxf Evergreen-ILS-2.0.8.tar.gz</userinput>
</screen>
</step>
<step xml:id="serversideinstallation-installprereq">
<screen>
<userinput>
# as the root user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
+ cd /home/opensrf/Evergreen-ILS-2.0.8
make -f Open-ILS/src/extras/Makefile.install [DISTRIBUTION]</userinput>
</screen>
<screen>
<userinput>
# as the opensrf user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
+ cd /home/opensrf/Evergreen-ILS-2.0.8
./configure --prefix=/openils --sysconfdir=/openils/conf
make</userinput>
</screen>
<screen>
<userinput>
# as the root user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
- make STAFF_CLIENT_BUILD_ID=rel_2_0_7 install</userinput>
+ cd /home/opensrf/Evergreen-ILS-2.0.8
+ make STAFF_CLIENT_BUILD_ID=rel_2_0_8 install</userinput>
</screen>
<para>The Staff Client will also be automatically built, but you must remember
to set the variable <envar>STAFF_CLIENT_BUILD_ID</envar> to match the version of the
Staff Client you will use to connect to the Evergreen server.</para>
<para>The above commands will create a new subdirectory
- <filename class="directory">/openils/var/web/xul/rel_2_0_7</filename>
+ <filename class="directory">/openils/var/web/xul/rel_2_0_8</filename>
containing the Staff Client.</para>
<para>To complete the Staff Client installation, as the
<systemitem class="username">root</systemitem> user execute the following commands to
<userinput>
# as the root user:
cd /openils/var/web/xul
- ln -sf rel_2_0_7/server server</userinput>
+ ln -sf rel_2_0_8/server server</userinput>
</screen>
</step>
<step>
<screen>
<userinput>
# as the root user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
+ cd /home/opensrf/Evergreen-ILS-2.0.8
perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config \
--service all --create-schema --create-offline \
--hostname HOSTNAME --port PORT \
<screen>
<userinput>
# as the root user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
+ cd /home/opensrf/Evergreen-ILS-2.0.8
cp Open-ILS/examples/apache/eg.conf /etc/apache2/sites-available/
cp Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/
cp Open-ILS/examples/apache/startup.pl /etc/apache2/</userinput>
<step>
<title>Download and Unpack Latest Evergreen Version</title>
<para>The latest version of Evergreen can be found here:
- <ulink url="http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.7.tar.gz"></ulink> .
+ <ulink url="http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.8.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 Evergreen. The new subdirectory
- <filename class="directory">/home/opensrf/Evergreen-ILS-2.0.7</filename>
+ <filename class="directory">/home/opensrf/Evergreen-ILS-2.0.8</filename>
will be created:</para>
<screen>
<userinput>
# as the opensrf user:
cd /home/opensrf
- wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.7.tar.gz
- tar zxf Evergreen-ILS-2.0.7.tar.gz</userinput>
+ wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.8.tar.gz
+ tar zxf Evergreen-ILS-2.0.8.tar.gz</userinput>
</screen>
</step>
<step xml:id="serversideinstallation-installprereq-2.0">
<screen>
<userinput>
# as the root user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
+ cd /home/opensrf/Evergreen-ILS-2.0.8
make -f Open-ILS/src/extras/Makefile.install [DISTRIBUTION]</userinput>
</screen>
</step>
<screen>
<userinput>
# as the opensrf user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
+ cd /home/opensrf/Evergreen-ILS-2.0.8
./configure --prefix=/openils --sysconfdir=/openils/conf
make</userinput>
</screen>
<screen>
<userinput>
# as the root user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
- make STAFF_CLIENT_BUILD_ID=rel_2_0_7 install</userinput>
+ cd /home/opensrf/Evergreen-ILS-2.0.8
+ make STAFF_CLIENT_BUILD_ID=rel_2_0_8 install</userinput>
</screen>
<para>The Staff Client will also be automatically built, but you must remember
to set the variable <envar>STAFF_CLIENT_BUILD_ID</envar> to match the version of the
Staff Client you will use to connect to the Evergreen server.</para>
<para>The above commands will create a new subdirectory
- <filename class="directory">/openils/var/web/xul/rel_2_0_7</filename>
+ <filename class="directory">/openils/var/web/xul/rel_2_0_8</filename>
containing the Staff Client.</para>
<para>To complete the Staff Client installation, as the
<systemitem class="username">root</systemitem> user execute the following commands
<userinput>
# as the root user:
cd /openils/var/web/xul
- ln -sf rel_2_0_7/server server</userinput>
+ ln -sf rel_2_0_8/server server</userinput>
</screen>
</step>
<step>
<screen>
<userinput>
# as the root user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
+ cd /home/opensrf/Evergreen-ILS-2.0.8
perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config \
--service all --create-schema --create-offline \
--hostname HOSTNAME --port PORT \
<screen>
<userinput>
# as the root user:
- cd /home/opensrf/Evergreen-ILS-2.0.7
+ cd /home/opensrf/Evergreen-ILS-2.0.8
cp Open-ILS/examples/apache/eg.conf /etc/httpd/conf.d/
cp Open-ILS/examples/apache/eg_vhost.conf /etc/httpd/
cp Open-ILS/examples/apache/startup.pl /etc/httpd/</userinput>
<userinput>
# as the opensrf user:
cd /home/opensrf
- ./Evergreen-ILS-2.0.7/Open-ILS/src/support-scripts/settings-tester.pl</userinput>
+ ./Evergreen-ILS-2.0.8/Open-ILS/src/support-scripts/settings-tester.pl</userinput>
</screen>
<para>If the output of <command>settings-tester.pl</command> does not help
you find the problem, please do not make any significant changes to your
<screen>
<userinput>
# as the root user:
- xulrunner /home/opensrf/Evergreen-ILS-2.0.7/Open-ILS/xul/staff_client/build/application.ini</userinput>
+ xulrunner /home/opensrf/Evergreen-ILS-2.0.8/Open-ILS/xul/staff_client/build/application.ini</userinput>
</screen>
<para>A login screen for the Staff Client similar to this should appear:</para>
<mediaobject>