From 8f305da78733b8546de985dc8fb038d57b5e4154 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 10 Oct 2021 13:45:54 +0200 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d81b7b5 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Blowerdoor PDF parser +This small flask server parses PDFs and looks for blowerdoor relevant information and displays them in a Web-Interface. + +![THS-Blowerdoor Rave Web-Interface](https://m.athq.de/pictures/blowerdoor-raven.png) + +## System Example + + [Unit] + Description=THS Blowerdoor Raven blowerdoor.ths.atlantishq.de + After=network.target + + [Service] + WorkingDirectory=/home/username/ths-blowerdoor-raven/ + Type=simple + User=username + ExecStart=/usr/bin/python3 ./server.py --interface 127.0.0.1 --port 5001 + MemoryHigh=2G + CPUQuota=100% + + [Install] + WantedBy=multi-user.target