az
AZ-Liste der Vakuummetrologie
api
az/table.html [GET]
curl http://localhost:5004/az/table.html
update (POST)
pulls the latest version from origin master
version (GET)
virtual env
> python3 -m venv /path/to/vl-az
> cd /path/to/vl-az
> source bin/activate
install dependencies
> cd /path/to/vl-az
> source bin/activate
> pip install -e .
run server
> cd /path/to/vl-az
> ./server
install daemon and start
> cd /usr/local/share/vl-az # working directory
> sudo nobody
> git clone git@a75436.berlin.ptb.de:vaclab/vl-az.git
> cd bur
>
> ## follow instructions of chapter --> virtual env
> ## follow instructions of chapter --> install dependencies
>
> sudo systemctl daemon-reload # if already exist
> sudo systemctl link $PWD/az.service # make permanent
> sudo systemctl restart az.service
> sudo systemctl status az.service # running?
> journalctl -f --unit az.service # run-time check