]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/support-scripts/oils_brick.cfg.example
created an external brick configuration file
[working/Evergreen.git] / Open-ILS / src / support-scripts / oils_brick.cfg.example
1 # this is the lead machine
2 export MASTER="10.1.0.10"
3 # array of drone machines
4 export DRONES=("10.1.0.11" "10.1.0.12" "10.1.0.13" "10.1.0.14")
5 # if you use ldirector (or similar), this is the ping file
6 export LDIRECTOR_FILE="/$PREFIX/var/web/ldirectorping.txt"
7 # ILS sources directory
8 export OILS_SRC_DIR=/home/opensrf/current
9 # OpenSRF sources directory
10 export OSRF_SRC_DIR=/home/opensrf/OpenSRF-0.9
11 # install prefix
12 export PREFIX=/openils
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