more separated output
authorJason Etheridge <jason@esilibrary.com>
Wed, 9 Oct 2013 16:01:50 +0000 (12:01 -0400)
committerJason Etheridge <jason@esilibrary.com>
Wed, 9 Oct 2013 16:01:50 +0000 (12:01 -0400)
installer/wheezy/eg_wheezy_installer.sh

index b87fd58..0621f6e 100755 (executable)
@@ -205,7 +205,10 @@ echo _.-~= Running OpenSRF build tests
 make check
 echo Return Value = $?
 echo End of OpenSRF build tests =~-._
+echo _.-~= Installing OpenSRF
 make install
+echo Return Value = $?
+echo End of Installing OpenSRF =~-._
 
 # Build and install the ILS
 OSRF_COMMAND='
@@ -226,7 +229,9 @@ make check
 echo Return Value = $?
 echo End of Evergreen build tests =~-._
 
+echo _.-~= Installing Evergreen
 make install
+echo Return Value = $?
 
 cp /openils/conf/opensrf.xml.example      /openils/conf/opensrf.xml
 cp /openils/conf/opensrf_core.xml.example /openils/conf/opensrf_core.xml
@@ -266,6 +271,7 @@ perl Open-ILS/src/support-scripts/eg_db_config \
     --database evergreen    \
     --admin-user $ADMIN_USER \
     --admin-pass $ADMIN_PASS;
+echo Return Value = $?
 
 if [ $LIVETEST ]; then
     PG_CMD="
@@ -326,12 +332,16 @@ else
     echo "INFO: /etc/hosts already has public.localhost line";
 fi
 
+echo End of Installing Evergreen =~-._
+
 if [ $AUTOSTART ]; then
 
 if [ $LIVETEST ]; then
     rm /openils/var/log/*.log
 fi
 
+echo _.-~= Starting Evergreen
+
 OSRF_COMMAND='
 export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH \
 && export PATH=/openils/bin:$PATH \
@@ -355,6 +365,8 @@ sed -i 's/KeepAliveTimeout .*/KeepAliveTimeout 1/' /etc/apache2/apache2.conf
 echo Restarting Apache
 /etc/init.d/apache2 restart
 
+echo End of Starting Evergreen =~-._
+
 if [ $LIVETEST ]; then
 # TODO: Eventually move these tests into a Make target within Evergreen
     cd /home/opensrf/Evergreen