From: Jeff Davis Date: Thu, 20 Jun 2013 20:01:56 +0000 (-0700) Subject: install-eg.sh: setup offline circ X-Git-Url: https://git.sitka.bclibraries.ca/gitweb/?p=sitka%2Fsitka-tools.git;a=commitdiff_plain;h=7d30f3bf7c53adf1a2d7e417f3ad8e7fe6e0c80e install-eg.sh: setup offline circ --- 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"