This shows you the differences between two versions of the page.
|
redhat_evergreen_trunk [2010/03/10 14:56] leed |
redhat_evergreen_trunk [2010/08/19 14:07] (current) leed |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| - [[redhat_opensrf_trunk|Install the latest version of OpenSRF trunk]]. Follow the steps and run the test to ensure that OpenSRF is properly installed before continuing with any further Evergreen installation steps. Evergreen is an application that has been built on top of the Open Service Request Framework (OpenSRF), so if OpenSRF doesn't work, Evergreen isn't going to work. | - [[redhat_opensrf_trunk|Install the latest version of OpenSRF trunk]]. Follow the steps and run the test to ensure that OpenSRF is properly installed before continuing with any further Evergreen installation steps. Evergreen is an application that has been built on top of the Open Service Request Framework (OpenSRF), so if OpenSRF doesn't work, Evergreen isn't going to work. | ||
| - Download and build Evergreen: | - Download and build Evergreen: | ||
| - | - As the **opensrf** user, download and patch the latest version of Evergreen trunk:<code bash> | + | - As the **opensrf** user, download the latest version of Evergreen trunk:<code bash> |
| cd ~ && svn checkout svn://svn.open-ils.org/ILS/trunk Evergreen-trunk | cd ~ && svn checkout svn://svn.open-ils.org/ILS/trunk Evergreen-trunk | ||
| - | wget http://esilibrary.com/~ldickens/rhel-evg/evergreen-rhel.diff | ||
| - | cd Evergreen-trunk | ||
| - | patch -p0 < ../evergreen-rhel.diff | ||
| </code> | </code> | ||
| - As the **root** user, install the prerequisites:<code bash> | - As the **root** user, install the prerequisites:<code bash> | ||
| Line 56: | Line 53: | ||
| psql -f /usr/share/pgsql/contrib/tsearch2.sql evergreen | psql -f /usr/share/pgsql/contrib/tsearch2.sql evergreen | ||
| psql -f /usr/share/pgsql/contrib/pgxml.sql evergreen | psql -f /usr/share/pgsql/contrib/pgxml.sql evergreen | ||
| + | psql -f /usr/share/pgsql/contrib/isn.sql evergreen | ||
| </code> | </code> | ||
| - As the **postgres** user on the PostgreSQL server, create a PostgreSQL user named ''evergreen'' for the database cluster:<code bash> | - As the **postgres** user on the PostgreSQL server, create a PostgreSQL user named ''evergreen'' for the database cluster:<code bash> | ||