osrf_ctl.sh -l -a stop_all
wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.2.tar.gz tar xzf Evergreen-ILS-2.0.2.tar.gz
debian-sqeeze
for Debian Squeezeubuntu-lucid
for Ubuntu Lucid Lynx (10.04)cd /home/opensrf/Evergreen-ILS-2.0.2 make -f Open-ILS/src/extras/Makefile.install <distribution>
cd /home/opensrf/Evergreen-ILS-2.0.2 ./configure --prefix=/openils --sysconfdir=/openils/conf make
make STAFF_CLIENT_BUILD_ID=rel_2_0_2 install
sudo chown -R opensrf:opensrf /openils
cd /home/opensrf/Evergreen-ILS-2.0.2 # and offline-config.pl for the offline staff client data uploader perl Open-ILS/src/support-scripts/eg_db_config.pl \ --create-offline --user evergreen --password evergreen \ --hostname localhost --port 5432 --database evergreen
cd /openils/var/web/xul/ rm server ln -s rel_2_0_2/server server
cd /home/opensrf/Evergreen-ILS-2.0.2 psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.1-2.0.2-upgrade-db.sql evergreen
osrf_ctl.sh -l -a start_all
cd /openils/bin ./autogen.sh -c /openils/conf/opensrf_core.xml -u
If you run into errors, see: Troubleshooting: Checking for Errors for help finding errors in the log files. You may also ask the evergreen community using the mailing lists. Including error information from the logs will be extremely helpful when seeking assistance.