diff options
author | Jonathan Weth <git@jonathanweth.de> | 2020-07-29 18:08:48 +0200 |
---|---|---|
committer | Jonathan Weth <git@jonathanweth.de> | 2020-07-29 18:08:48 +0200 |
commit | ab8103f73e419fc0da924ee7ea5f275e1ece76d7 (patch) | |
tree | cb36247452c57bfe310e7b2e61b0d69ba0f2dd15 | |
parent | 7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe (diff) | |
download | RWA.Support.SessionService-ab8103f73e419fc0da924ee7ea5f275e1ece76d7.tar.gz RWA.Support.SessionService-ab8103f73e419fc0da924ee7ea5f275e1ece76d7.tar.bz2 RWA.Support.SessionService-ab8103f73e419fc0da924ee7ea5f275e1ece76d7.zip |
Update documentation
-rw-r--r-- | docs/admin/01_installation.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/admin/01_installation.rst b/docs/admin/01_installation.rst index 064cce9..2e54927 100644 --- a/docs/admin/01_installation.rst +++ b/docs/admin/01_installation.rst @@ -5,11 +5,17 @@ We recommend to use Debian-based systems for first tests. Later there will be supported more operating systems, but for now you should start with a Debian-like system. -As a first step use ``apt`` to install the core dependencies as debian packages: +At the beginning you should clone the source code: :: - sudo apt install python3 python3-venv python3-pip x11vnc libcairo2-dev libdbus-glib-1-dev libgirepository1.0-dev wget + git clone https://gitlab.das-netzwerkteam.de/remotewebapp/session-service + +As the next thing, use ``apt`` to install the core dependencies as debian packages: + +:: + + sudo apt install python3 python3-venv python3-pip x11vnc libcairo2-dev libdbus-glib-1-dev libgirepository1.0-dev wget git To bundle the further dependencies of the D-Bus daemon, we use Poetry to get them from the PyPI. So, install Poetry using PIP: |