X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fetc_default_helm_mowgli;h=64ced1a2827776720582e4b3b3c6577e8ff69ee5;hb=6dc5a75359bd858a997c6f190e35e3c048bf7197;hp=af0ac44a57e82be8cac5480e06f7b0f75c982a21;hpb=d63f384d57565bce1efbcf50b1c0b50f76397c85;p=helm.git diff --git a/helm/scripts/init.d/etc_default_helm_mowgli b/helm/scripts/init.d/etc_default_helm_mowgli index af0ac44a5..64ced1a28 100644 --- a/helm/scripts/init.d/etc_default_helm_mowgli +++ b/helm/scripts/init.d/etc_default_helm_mowgli @@ -7,23 +7,29 @@ DAEMONS=" helm-proof-checker_mowgli helm-uri-set-queue_mowgli helm-draw-graph_mowgli + helm-search-engine_mowgli + helm-uwobo_mowgli + helm-rdfly_mowgli " - # script used to define a good(TM) environment for daemons -ENVSCRIPT="/projects/helm/shared/scripts/phd_mowgli.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=" - /projects/helm/shared/cache/library - /projects/helm/shared/cache/library/http_getter_mowgli - /projects/helm/shared/cache/rdf_library - /projects/helm/shared/cache/rdf_library/http_getter_mowgli + /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: