cd /home/opensrf/OpenSRF;
make install
+export PATH=/openils/bin:$PATH
+
# Build and install the ILS
OSRF_COMMAND='
cd /home/opensrf/Evergreen;
+export PATH=/openils/bin:$PATH
autoreconf -i;
./configure --prefix=/openils --sysconfdir=/openils/conf;
make;'
# Apply the DB schema
cd /home/opensrf/Evergreen
-perl Open-ILS/src/support-scripts/eg_db_config.pl \
+perl Open-ILS/src/support-scripts/eg_db_config \
--create-database \
--create-schema \
--create-offline \
# Copy apache configs into place and create SSL cert
cp Open-ILS/examples/apache/eg.conf /etc/apache2/sites-available/
cp Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/
-cp Open-ILS/examples/apache/startup.pl /etc/apache2/
+cp Open-ILS/examples/apache/eg_startup /etc/apache2/
mkdir -p /etc/apache2/ssl;
if [ ! -f /etc/apache2/ssl/server.key ] ; then