X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fetc_default_helm_mowgli;h=8f5b1edd64ef56081d7d76ceacfb50b7e183fd23;hb=d359d9542769e0ccbdf6736a1e7273f3aa02698c;hp=eeb0a801a4ee4bab3271e07540e583adda1904d5;hpb=5ef5752989f98bd821975f7f570c980f5943237a;p=helm.git diff --git a/helm/scripts/init.d/etc_default_helm_mowgli b/helm/scripts/init.d/etc_default_helm_mowgli index eeb0a801a..8f5b1edd6 100644 --- a/helm/scripts/init.d/etc_default_helm_mowgli +++ b/helm/scripts/init.d/etc_default_helm_mowgli @@ -11,25 +11,24 @@ DAEMONS=" helm-uwobo_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" -export MATHQL_DB_MAP=/projects/helm/shared/scripts/init.d/mathql_db_map.txt - # vim: set ft=sh: