X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=blobdiff_plain;f=install.conf.default;h=c1593c31a190c920407200f875b1d1f1ffd33c70;hp=56bdc914454c16011646af574f9922c68e3d40b0;hb=f6a2b582bec452cad5ede28b7b48c4237a3d4559;hpb=00173822324b92d148070daa08dc327f096943cb diff --git a/install.conf.default b/install.conf.default index 56bdc91445..c1593c31a1 100644 --- a/install.conf.default +++ b/install.conf.default @@ -30,6 +30,7 @@ # openils_core - install the Open-ILS perl modules, and core files for running and openils server # openils_web - copies over the javascript and html templates to the web root directory for running the OPAC # openils_marcdumper - utility code for converting MARC to MARCXML +# openils_db - installs the database schemas # # evergreen_cor - builds core Evergreen components (does not build evergreen_xul_client!) # evergreen_xul_client - client XUL application @@ -41,7 +42,7 @@ # If you only want to build the client app, then just build evergreen_xul_client. # -------------------------------------------------------------------- -TARGETS=("opensrf_all" "openils_all" "evergreen_all"); +TARGETS=("opensrf_all" "openils_all" "evergreen_core"); # -------------------------------------------------------------------- @@ -49,7 +50,7 @@ TARGETS=("opensrf_all" "openils_all" "evergreen_all"); # libraries will be installed into PERFIX/lib, etc. The user # running 'install.sh install' must have write permissions to PREFIX # -------------------------------------------------------------------- -PREFIX="/pines/"; +PREFIX="/openils/"; BINDIR="$PREFIX/bin/"; LIBDIR="$PREFIX/lib/"; PERLDIR="$LIBDIR/perl5/"; @@ -72,15 +73,17 @@ TMP="/tmp/ilstmp/"; # building the mod_ils_gateway C plugin for allowing web access # to the published API. # -------------------------------------------------------------------- -APXS2="/pines/apps/apache2/bin/apxs"; + +APXS2="/opt/bin/apxs"; # -------------------------------------------------------------------- -# Directory where the Apache2 header files are located. This must +# Directories where the Apache2 header files are located. These must # be set when building the mod_ils_gateway C plugin for allowing web # access to the published API. # -------------------------------------------------------------------- -APACHE2_HEADERS="/pines/apps/apache2/include/"; +APACHE2_HEADERS="/opt/include/"; +APR_HEADERS="/opt/include/"; # --------------------------------------------------------------------