Skip to content
Snippets Groups Projects

Webapps Deliverer

Flask based web server for delivering file contents of the vaclab web applications.

Installation of the server

./install a73434.berlin.ptb.de

or to localhost:

./install 

Copies the relevant files to HOST:/usr/local/share/webapps-deliverer/ and then activates and starts the systemd process.

Installation of the data files

The target is this directory structure:

/srv/www/data/
├── lib
│   ├── css
│   ├── fonts
│   ├── img
│   ├── js
│   └── sounds
└── web-apps
    ├── css
    ├── img
    └── js