diff --git a/README.md b/README.md index 102fbe117acea8135bd31da3c3d6c134b2fabeb3..a6bb826a56cb016089bf33d00471813a62429dae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ # Webapps Deliverer -Flask based web server for delivering file contents of the vaclab web applications. \ No newline at end of file +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 the directory `/srv/www/data/`: + +``` +/srv/www/data/ +├── lib +│ ├── css +│ ├── fonts +│ ├── img +│ ├── js +│ └── sounds +└── web-apps + ├── css + ├── img + └── js +``` +