User Tools

Site Tools


zzz_archive:upgrading:1.2_to_1.4.0:latest_version_of_evergreen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
upgrading:1.2_to_1.4.0:latest_version_of_evergreen [2009/09/02 10:17] mikerzzz_archive:upgrading:1.2_to_1.4.0:latest_version_of_evergreen [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
-======Upgrading Evergreen from a 1.2.x release to 1.4.0.======+======Upgrading Evergreen from a 1.2.x release to 1.4.0.======
  
   - Install new and upgraded prerequisites. The easiest way to do this is to use the Makefile.install prerequisite installer; it will skip any prerequisites that are already installed on your system. Run the following command as **root**, where **_distribution_** is one of ''debian'' or ''ubuntu'':<code bash>   - Install new and upgraded prerequisites. The easiest way to do this is to use the Makefile.install prerequisite installer; it will skip any prerequisites that are already installed on your system. Run the following command as **root**, where **_distribution_** is one of ''debian'' or ''ubuntu'':<code bash>
 make -f Open-ILS/src/extras/Makefile.install _distribution_ make -f Open-ILS/src/extras/Makefile.install _distribution_
 </code> </code>
-  - Install [[http://open-ils.org/downloads/OpenSRF-1.0.7.tar.gz|OpenSRF 1.0.7]]. See [[upgrading:opensrf:0.9 to 1.0|upgrading OpenSRF 0.9 to 1.0]] for some gotchas. Otherwise, it's basically:<code bash>+  - Install [[http://open-ils.org/downloads/OpenSRF-1.0.7.tar.gz|OpenSRF 1.0.7]]. See [[zzz_archive:upgrading:opensrf:0.9_to_1.0|upgrading OpenSRF 0.9 to 1.0]] for some gotchas. Otherwise, it's basically:<code bash>
 ./configure --prefix=/openils --sysconfdir=/openils/conf ./configure --prefix=/openils --sysconfdir=/openils/conf
 make make
 make install</code> make install</code>
-  - Install Evergreen 1.4.0.6.<code bash>+  - Install Evergreen 1.4.0.7.<code bash>
 ./configure --prefix=/openils --sysconfdir=/openils/conf ./configure --prefix=/openils --sysconfdir=/openils/conf
 make make
-sudo make STAFF_CLIENT_BUILD_ID=rel_1_4_0_6 install+sudo make STAFF_CLIENT_BUILD_ID=rel_1_4_0_7 install
  
 # Build live-db-setup.pl for the cgi-bin bootstrapping scripts # Build live-db-setup.pl for the cgi-bin bootstrapping scripts
Line 33: Line 33:
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.4.0.4-1.4.0.5-upgrade-db.sql psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.4.0.4-1.4.0.5-upgrade-db.sql
 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.4.0.5-1.4.0.6-upgrade-db.sql psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.4.0.5-1.4.0.6-upgrade-db.sql
 +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.4.0.6-1.4.0.7-upgrade-db.sql
  
 </code> </code>
Line 41: Line 42:
   --service all --user evergreen --password evergreen --hostname localhost \   --service all --user evergreen --password evergreen --hostname localhost \
   --port 5432 --database evergreen   --port 5432 --database evergreen
-</code> See the [[opensrf:1.0:install|OpenSRF install instructions]] and the [[server:1.4.0:install|Evergreen install instructions]] for information on setting up a multidomain OpenSRF environment. You will have to define new Jabber users and modify your Jabber configuration file to reflect the additional domains.+</code> See the [[zzz_archive:opensrf:1.0:install|OpenSRF install instructions]] and the [[zzz_archive:server:1.4.0:install|Evergreen install instructions]] for information on setting up a multidomain OpenSRF environment. You will have to define new Jabber users and modify your Jabber configuration file to reflect the additional domains.
   - Update Apache configuration:   - Update Apache configuration:
     - Update ''/etc/apache2/startup.pl'' with the example from ''Open-ILS/examples/apache/startup.pl'' (primarily to add the Vandelay Perl module).     - Update ''/etc/apache2/startup.pl'' with the example from ''Open-ILS/examples/apache/startup.pl'' (primarily to add the Vandelay Perl module).
zzz_archive/upgrading/1.2_to_1.4.0/latest_version_of_evergreen.1251901064.txt.gz · Last modified: 2022/02/10 13:34 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.