]> matita.cs.unibo.it Git - helm.git/blob - helm/scripts/init.d/etc_default_helm_mowgli
ENVSCRIPT and mathql_db_map.txt no longer in use.
[helm.git] / helm / scripts / init.d / etc_default_helm_mowgli
1 # Configuration for helm daemons
2
3   # DAEMONS started/stopped/ecc. by /etc/init.d/helm, name listed here
4   # must correspond to scripts located in /etc/init.d
5 DAEMONS="
6   helm-http-getter_mowgli
7   helm-proof-checker_mowgli
8   helm-uri-set-queue_mowgli
9   helm-draw-graph_mowgli
10   helm-search-engine_mowgli
11   helm-uwobo_mowgli
12 "
13
14   # script used to load/unload uwobo predefined scripts
15 UWOBO_INIT_SCRIPT="/projects/helm/shared/scripts/init.d/loadPredefinedStylesheets.pl"
16
17   # http getter cache dirs that need to be created at boot time
18 HTTP_GETTER_CACHE_DIRS="
19   /tmp/helm
20   /tmp/helm/cache
21   /tmp/helm/cache/cic_library
22   /tmp/helm/cache/rdf_library
23   /tmp/helm/cache/nuprl_library
24 "
25
26   # user which will own the daemons and the cache directories
27 OWNER="sacerdot:helm"
28
29 export HELM_GETTER_URL=http://mowgli.cs.unibo.it:58081
30 export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:58080
31 export UWOBO_PANEL_CONF=/projects/helm/public_html/uwobo/panel/control.html
32 NUPRL_UWOBO_PANEL_CONF="/projects/helm/nuprl/NuPRL/uwobo-panel/control.html"
33
34 export MATHQL_DB_MAP=/projects/helm/shared/scripts/init.d/mathql_db_map.txt
35
36 # vim: set ft=sh: