Skip to content
Snippets Groups Projects
Commit 90498b17 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

...

parent b9de0b85
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment