From ab8103f73e419fc0da924ee7ea5f275e1ece76d7 Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Wed, 29 Jul 2020 18:08:48 +0200 Subject: Update documentation --- docs/admin/01_installation.rst | 10 ++++++++-- 1 file 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: -- cgit v1.2.3