Skip to content
Snippets Groups Projects
Commit 04ac86fe authored by Thomas Bock's avatar Thomas Bock :speech_balloon:
Browse files

+systemctrl rdm

parent a8ff678f
Branches
Tags
No related merge requests found
...@@ -90,11 +90,28 @@ Returns the version of the xsd-definition. The version is given at ...@@ -90,11 +90,28 @@ Returns the version of the xsd-definition. The version is given at
``` ```
> curl http://localhost:5005/version_xsd > curl http://localhost:5005/version_xsd
<version> <version>1.9.2</version>
+--------------------------+ | DCC-Schema Version 1.9.0 | +--------------------------+
</version>
`` ``
### /update [POST] ### /update [POST]
Updates the server; used by webhook (no security checks so far). Updates the server; used by webhook (no security checks so far).
\ No newline at end of file
### install daemon and start
```
> cd /usr/local/share/xml-validation # working directory
> sudo nobody
> git clone git@a75436.berlin.ptb.de:vaclab/xml-validation.git
> cd xml-validation
>
> ## follow instructions of chapter --> virtual env
> ## follow instructions of chapter --> install dependencies
>
> sudo systemctl daemon-reload # if already exist
> sudo systemctl link $PWD/xml-validation.service # make permanent
> sudo systemctl restart xml-validation.service
> sudo systemctl status xml-validation.service # running?
> journalctl -f --unit xml-validation.service # run-time check
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment