From 4a2ea1bce99aded0abc15be9f62b95e073a39e1c Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 15 Apr 2020 22:31:21 +0200 Subject: [PATCH] README: add gunicorn instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9079980..7780f3f 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,12 @@ Running this command should do: uwsgi --http :9090 --plugin python --wsgi-file main.py ``` +#### Using Gunicorn + +```shell +gunicorn morss:cgi_standalone_app +``` + #### Using morss' internal HTTP server Morss can run its own HTTP server. The later should start when you run morss