From 6c7dfbcb02945abd085c1029608808c4a67841b9 Mon Sep 17 00:00:00 2001 From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de> Date: Wed, 11 Nov 2020 14:43:06 +0100 Subject: [PATCH] installation --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 102fbe1..a6bb826 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 +``` + -- GitLab