]> matita.cs.unibo.it Git - helm.git/blob - helm/scripts/init.d/etc_default_helm
ocaml 3.09 transition
[helm.git] / helm / scripts / init.d / etc_default_helm
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
7   helm-proof-checker
8   helm-uri-set-queue
9   helm-draw-graph
10   helm-search-engine
11   helm-uwobo
12   helm-rdfly
13 "
14
15   # script used to load/unload uwobo predefined scripts
16 UWOBO_INIT_SCRIPT="/projects/helm/etc/init.d/loadPredefinedStylesheets.pl"
17
18   # http getter cache dirs that need to be created at boot time
19 HTTP_GETTER_CACHE_DIRS="
20   /tmp/helm
21   /tmp/helm/cache
22   /tmp/helm/cache/cic_library
23   /tmp/helm/cache/rdf_library
24   /tmp/helm/cache/nuprl_library
25 "
26
27   # user which will own the daemons and the cache directories
28 OWNER="sacerdot:helm"
29
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"
34
35 # vim: set ft=sh: