diff options
-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: |