Skip to content

Commit

Permalink
Add important paths to install instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Bromig <lukas.bromig@tum.de>
  • Loading branch information
Lbromig committed Mar 26, 2021
1 parent e416039 commit 370ae10
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/source/03_Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <usr> 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/<usr>/sila2_device_manager
* - The directory of the virtual environment
- /home/<usr>/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
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
class="python-function"
>call_property</span
>(<span class="python-string"
>"{{ featureIdentifier }}\n"</span
>"{{ featureIdentifier }}"</span
>,<span class="python-string"
>"{{ property.identifier}}"</span
>)
Expand Down

0 comments on commit 370ae10

Please sign in to comment.