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

first server version

parent f79d1f90
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,24 @@
## install & activate
???
```shell
mkdir -p /usr/local/share/vl-dcc
cd /usr/local/share/vl-dcc
curl --silent --output - \
https://gitlab1.ptb.de/niepra01/vl-dcc/-/archive/master/vl-dcc-master.tar \
| tar xf - --strip-components=1 # only once
python3 -m venv .
source bin/activate
pip3 install six appdirs packaging ordered_set pip-tools trans
pip-compile
chown -R nobody.nobody ../vl-dcc
systemctl daemon-reload # if already exist
systemctl link $PWD/vl-dcc.service
systemctl enable vl-dcc.service # make permanent
systemctl start vl-dcc.service
systemctl status vl-dcc.service # running?
journalctl -f --unit vl-dcc.service # run-time check
```
## api
......
......@@ -5,5 +5,6 @@
"host":"0.0.0.0",
"port":5301
},
"gitfs_mount":"/var/run/mount/vl-gitfs/"
"gitfs_dir_x":"/var/run/mount/vl-gitfs/",
"gitfs_dir":"/etc/"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment