]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/support-scripts/oils_brick.cfg.example
safer MR mapping
[Evergreen.git] / Open-ILS / src / support-scripts / oils_brick.cfg.example
1 # install prefix
2 export PREFIX=/openils
3 # this is the lead machine
4 export MASTER="10.1.0.10"
5 # array of drone machines
6 export DRONES=("10.1.0.11" "10.1.0.12" "10.1.0.13" "10.1.0.14")
7 # if you use ldirector (or similar), this is the ping file
8 export LDIRECTOR_FILE="/$PREFIX/var/web/ldirectorping.txt"
9 # ILS sources directory
10 export OILS_SRC_DIR=/home/opensrf/current
11 # OpenSRF sources directory
12 export OSRF_SRC_DIR=/home/opensrf/OpenSRF-0.9
13 # XUL install prefix
14 export XUL_BASE="/$PREFIX/var/web/xul"
15 # OpenSRF bootstrap config
16 export OSRF_CONFIG="/$PREFIX/conf/opensrf_core.xml"
17 # ILS PID directory
18 export OSRF_PID_DIR=/var/run/evergreen