1 # Configuration for helm daemons
3 # DAEMONS started/stopped/ecc. by /etc/init.d/helm, name listed here
4 # must correspond to scripts located in /etc/init.d
15 # script used to load/unload uwobo predefined scripts
16 UWOBO_INIT_SCRIPT="/projects/helm/etc/init.d/loadPredefinedStylesheets.pl"
18 # http getter cache dirs that need to be created at boot time
19 HTTP_GETTER_CACHE_DIRS="
22 /tmp/helm/cache/cic_library
23 /tmp/helm/cache/rdf_library
24 /tmp/helm/cache/nuprl_library
27 # user which will own the daemons and the cache directories
30 export HELM_GETTER_URL=http://mowgli.cs.unibo.it:58081
31 export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:58080
32 UWOBO_PANEL_CONF=/projects/helm/public_html/uwobo/panel/control.html
33 NUPRL_UWOBO_PANEL_CONF="/projects/helm/nuprl/NuPRL/uwobo-panel/control.html"