Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vl-dcc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaclab
vl-dcc
Commits
75b0d200
Commit
75b0d200
authored
1 month ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
b20b44c4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
75b0d200
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment