Skip to content
Snippets Groups Projects
Commit cbf97356 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Add gunicorn to readme

parent 464bc463
Branches
No related tags found
No related merge requests found
......@@ -33,3 +33,10 @@ python3 stechuhr_server/server.py
Check the output to find the config directory. You might want to run it as a different user tho.
There is also a systemctl unit file that you probably need to change to your needs
In production it makes sense to run stechuhr with gunicorn:
```bash
source env/bin/activate
gunicorn stechuhr_server.server:app
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment