diff --git a/docs/source/03_Installation.rst b/docs/source/03_Installation.rst index 9a82f28..2ecd8b0 100644 --- a/docs/source/03_Installation.rst +++ b/docs/source/03_Installation.rst @@ -449,3 +449,26 @@ and run the restart command for the respective service: restart backend:device-manager-backend-0 restart scheduler:device-manager-scheduler-0 + + +**Important paths** +The most important paths are listed below. If you have trouble with the services, check out the log files! You have to +replace with the username respective username you are using (Either your username or the username you created for +the SiLA Manager. + +.. list-table:: Title + :widths: 50 50 + :header-rows: 1 + + * - Content + - File Path + * - The installation directory of the SiLA 2 Manager + - /home//sila2_device_manager + * - The directory of the virtual environment + - /home//sila2_device_manager/.venv + * - The logs of the backend and scheduler service + - /var/log/device-manager + * - The SiLA client files generated by the dynamic client + - /tmp/device_manager/SiLA + * - The container logs of the experiments + - /tmp/device_manager/container diff --git a/frontend/src/app/device-property/device-property.component.html b/frontend/src/app/device-property/device-property.component.html index 0fe9ae5..c61c895 100644 --- a/frontend/src/app/device-property/device-property.component.html +++ b/frontend/src/app/device-property/device-property.component.html @@ -59,7 +59,7 @@ class="python-function" >call_property("{{ featureIdentifier }}\n""{{ featureIdentifier }}","{{ property.identifier}}")