X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fetc_default_helm;h=b284b5dd3f88fdd11b9b76c9e47a094675bad1c4;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=53696cdedbdf6a4b7a95f7b71498ac6c6d4b696c;hpb=6e08ee8f963bfd73e271737154baf97240bd18c5;p=helm.git diff --git a/helm/scripts/init.d/etc_default_helm b/helm/scripts/init.d/etc_default_helm index 53696cded..b284b5dd3 100644 --- a/helm/scripts/init.d/etc_default_helm +++ b/helm/scripts/init.d/etc_default_helm @@ -7,22 +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/shared/scripts/init.d/loadPredefinedStylesheets.pl" +UWOBO_INIT_SCRIPT="/projects/helm/etc/init.d/loadPredefinedStylesheets.pl" # http getter cache dirs that need to be created at boot time HTTP_GETTER_CACHE_DIRS=" - /ramfs/http_getter - /ramfs/http_getter/library - /ramfs/http_getter/rdf_library + /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: