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
90498b17
Commit
90498b17
authored
4 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
b9de0b85
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
server
+0
-2
0 additions, 2 deletions
server
with
1 addition
and
3 deletions
README.md
+
1
−
1
View file @
90498b17
...
...
@@ -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
.
...
...
This diff is collapsed.
Click to expand it.
server
+
0
−
2
View file @
90498b17
...
...
@@ -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
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