]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/init.d/etc_default_helm
ocaml 3.09 transition
[helm.git] / helm / scripts / init.d / etc_default_helm
index d6e8413106d01534961dcb4650ea174baf5a5b05..b284b5dd3f88fdd11b9b76c9e47a094675bad1c4 100644 (file)
@@ -7,12 +7,29 @@ DAEMONS="
   helm-proof-checker
   helm-uri-set-queue
   helm-draw-graph
+  helm-search-engine
+  helm-uwobo
+  helm-rdfly
 "
 
-  # script used to define a good(TM) environment for daemons
-ENVSCRIPT="/projects/helm/shared/scripts/phd.rc"
+  # script used to load/unload uwobo predefined scripts
+UWOBO_INIT_SCRIPT="/projects/helm/etc/init.d/loadPredefinedStylesheets.pl"
 
-  # user which will own the daemons
+  # http getter cache dirs that need to be created at boot time
+HTTP_GETTER_CACHE_DIRS="
+  /tmp/helm
+  /tmp/helm/cache
+  /tmp/helm/cache/cic_library
+  /tmp/helm/cache/rdf_library
+  /tmp/helm/cache/nuprl_library
+"
+
+  # user which will own the daemons and the cache directories
 OWNER="sacerdot:helm"
 
+export HELM_GETTER_URL=http://mowgli.cs.unibo.it:58081
+export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:58080
+UWOBO_PANEL_CONF=/projects/helm/public_html/uwobo/panel/control.html
+NUPRL_UWOBO_PANEL_CONF="/projects/helm/nuprl/NuPRL/uwobo-panel/control.html"
+
 # vim: set ft=sh: