From 7d30f3bf7c53adf1a2d7e417f3ad8e7fe6e0c80e Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Thu, 20 Jun 2013 13:01:56 -0700 Subject: [PATCH] install-eg.sh: setup offline circ --- deployment/install-eg.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deployment/install-eg.sh b/deployment/install-eg.sh index ff93759..e6cb38d 100755 --- a/deployment/install-eg.sh +++ b/deployment/install-eg.sh @@ -61,11 +61,12 @@ a2dissite default a2ensite eg.conf mkdir /etc/apache2/ssl cd /etc/apache2/ssl && openssl req -new -x509 -days 365 -nodes -out server.crt -keyout server.key + +# setup offline circ +cd ${BUILDDIR} && perl Open-ILS/src/support-scripts/eg_db_config --create-offline # TODO: set up log rotation -# as opensrf - # 0. osrf conf stuff # FIXME: ensure osrf conf files point at a real, distinct db! OSRFCONFFILES="${INSTALLDIR}/conf/opensrf.xml ${INSTALLDIR}/conf/opensrf_core.xml" -- 2.3.6