diff options
author | Jonathan Weth <git@jonathanweth.de> | 2021-06-22 13:41:39 +0200 |
---|---|---|
committer | Jonathan Weth <git@jonathanweth.de> | 2021-06-22 13:41:39 +0200 |
commit | 0a6543a5bea6838d6e4d80eaa83046cc6576b086 (patch) | |
tree | bfadf71bd069399a786d4ce761db665877983b16 /docs/admin | |
parent | f9fb0c0524873ee8505ae165e08a2ebdfe55efc2 (diff) | |
download | RWA.Support.SessionService-0a6543a5bea6838d6e4d80eaa83046cc6576b086.tar.gz RWA.Support.SessionService-0a6543a5bea6838d6e4d80eaa83046cc6576b086.tar.bz2 RWA.Support.SessionService-0a6543a5bea6838d6e4d80eaa83046cc6576b086.zip |
Fix paths and copyright
Diffstat (limited to 'docs/admin')
-rw-r--r-- | docs/admin/01_installation.rst | 2 | ||||
-rw-r--r-- | docs/admin/02_config.rst | 2 | ||||
-rw-r--r-- | docs/admin/04_dbus.rst | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/docs/admin/01_installation.rst b/docs/admin/01_installation.rst index 2e54927..4b5b45a 100644 --- a/docs/admin/01_installation.rst +++ b/docs/admin/01_installation.rst @@ -9,7 +9,7 @@ At the beginning you should clone the source code: :: - git clone https://gitlab.das-netzwerkteam.de/remotewebapp/session-service + git clone https://gitlab.das-netzwerkteam.de/remotewebapp/rwa.support.sessionservice As the next thing, use ``apt`` to install the core dependencies as debian packages: diff --git a/docs/admin/02_config.rst b/docs/admin/02_config.rst index 83712f1..d5d35d6 100644 --- a/docs/admin/02_config.rst +++ b/docs/admin/02_config.rst @@ -1,7 +1,7 @@ Configuration ============= -The configuration for the RWA Session Service have to be saved in ``/etc/rwa-session-service/settings.toml``. +The configuration for the RWA Session Service has to be saved in ``/etc/rwa/support/sessionservice/settings.toml``. In the following you see an example configuration: :: diff --git a/docs/admin/04_dbus.rst b/docs/admin/04_dbus.rst index 0e6e47b..f58ae49 100644 --- a/docs/admin/04_dbus.rst +++ b/docs/admin/04_dbus.rst @@ -4,20 +4,20 @@ Installation with D-Bus activation The recommended way to install the RWA Session Service is as systemd unit file started by the D-Bus daemon automatically. -As a first step use ``apt`` to globally install the dependencies as debian packages: +As a first step, use ``apt`` to globally install the dependencies as Debian packages: :: sudo apt install python3 python3-venv python3-pip x11vnc libcairo2-dev libdbus-glib-1-dev libgirepository1.0-dev wget \ python3-flask python3-requests python3-port-for python3-websockify python3-dbus python3-gi python3-psutil python3-dynaconf -Then make sure the source code is located in ``/opt/rwa-session-service``, so the service can reach it. +Then make sure the source code is located in ``/opt/rwa.support.sessionservice``, so the service can reach it. -As last thing, you have to create a symlink (or copy the file) to ``org.ArcticaProject.RWA.service``. +As last thing, you have to create a symlink (or copy the file) to ``org.ArcticaProject.RWASupportSessionService``. :: - sudo ln -s /opt/rwa-session-service/org.ArcticaProject.RWA.service /usr/share/dbus-1/services/org.ArcticaProject.RWA.service + sudo ln -s /opt/rwa-session-service/org.ArcticaProject.RWASupportSessionService.service /usr/share/dbus-1/services/org.ArcticaProject.RWASupportSessionService.service -With this installed, you can easily send commands to the dbus daemon, which then automatically will check if there is +With this installed, you can easily send commands to the DBus daemon, which then automatically will check if there is already running a service or if the service has to be started – no further action is required by you.
\ No newline at end of file |