Skip to content
Snippets Groups Projects
Select Git revision
  • e980d5df8c98f772dfb741ba742c53c0bea2ac05
  • master default protected
2 results

vl-az

  • Clone with SSH
  • Clone with HTTPS
  • Rolf Niepraschk's avatar
    Rolf Niepraschk authored
    e980d5df
    History

    az

    AZ-Liste der Vakuummetrologie

    api

    az/table.html [GET]

    curl http://localhost:5004/az/table.html

    update (POST)

    http://server:port/update

    pulls the latest version from origin master

    version (GET)

    http://server:port/version

    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