X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fscripts%2Finit.d%2Fetc_default_helm_mowgli;h=64ced1a2827776720582e4b3b3c6577e8ff69ee5;hb=78cf601fd8b8dbb386b0db315dcbfdbe8256c15f;hp=5bb52b9c89508897f6b353b6fe4a3123bb3cf906;hpb=e3ae269f86ee78472cf7cd43f35cc203faf0333b;p=helm.git diff --git a/helm/scripts/init.d/etc_default_helm_mowgli b/helm/scripts/init.d/etc_default_helm_mowgli index 5bb52b9c8..64ced1a28 100644 --- a/helm/scripts/init.d/etc_default_helm_mowgli +++ b/helm/scripts/init.d/etc_default_helm_mowgli @@ -9,10 +9,11 @@ DAEMONS=" helm-draw-graph_mowgli helm-search-engine_mowgli helm-uwobo_mowgli + helm-rdfly_mowgli " # 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=" @@ -28,9 +29,7 @@ OWNER="sacerdot:helm" export HELM_GETTER_URL=http://mowgli.cs.unibo.it:58081 export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:58080 -export UWOBO_PANEL_CONF=/projects/helm/public_html/uwobo/panel/control.html +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: