From 90498b1764c7b2a17f5c0037de8172c067e6dbde Mon Sep 17 00:00:00 2001
From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
Date: Thu, 7 Jan 2021 11:07:52 +0100
Subject: [PATCH] ...

---
 README.md | 2 +-
 server    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 388bb6a..21d3d08 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Do the following steps with root permission on the server installation:
 mkdir -p /usr/local/share/vl-dcc
 cd /usr/local/share/vl-dcc
 curl --silent --insecure --output - \
-  https://gitlab1.ptb.de/niepra01/vl-dcc/-/archive/master/vl-dcc-master.tar \
+  https://USER:PASSWD@gitlab1.ptb.de/niepra01/vl-dcc/-/archive/master/vl-dcc-master.tar \
   | tar xf - --strip-components=1        # only once
 sudo apt install python3-pip             # openSUSE: sudo zypper in python3-pip 
 python3 -m venv .
diff --git a/server b/server
index 390ca57..13c6754 100755
--- a/server
+++ b/server
@@ -5,6 +5,4 @@ export FLASK_ENV=development # TODO: FLASK_ENV=production
 
 python3 -m venv ./
 source bin/activate
-pip-sync
-pip3 install -e .
 python3 server.py
-- 
GitLab