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

...

parent b20b44c4
No related branches found
No related tags found
No related merge requests found
...@@ -105,12 +105,12 @@ curl --silent --insecure --output - \ ...@@ -105,12 +105,12 @@ curl --silent --insecure --output - \
https://a75436.berlin.ptb.de/vaclab/vl-dcc/-/archive/master/vl-dcc-master.tar \ https://a75436.berlin.ptb.de/vaclab/vl-dcc/-/archive/master/vl-dcc-master.tar \
| tar xf - --strip-components=1 # only once | tar xf - --strip-components=1 # only once
sudo apt install python3-pip # openSUSE: sudo zypper in python3-pip sudo apt install python3-pip # openSUSE: sudo zypper in python3-pip
python3 -m venv . python3 -m venv ./
source bin/activate source bin/activate
pip3 install pip-tools pip3 install pip-tools
pip-compile --output-file=requirements.txt requirements.in pip-compile --output-file=requirements.txt requirements.in
pip3 install -r requirements.txt pip3 install -r requirements.txt
chown -R nobody.nogroup $PWD # openSUSE: chown -R nobody.nobody $PWD chown -R nobody:nogroup $PWD # openSUSE: chown -R nobody.nobody $PWD
systemctl daemon-reload # if already exist systemctl daemon-reload # if already exist
systemctl link $PWD/vl-dcc.service systemctl link $PWD/vl-dcc.service
systemctl enable vl-dcc.service # make permanent systemctl enable vl-dcc.service # make permanent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment