From 9b5f7cae0a94bc95e12b3850494789cb1e470402 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Fri, 4 Sep 2020 13:54:44 +0200 Subject: [PATCH] Update SELF-HOSTING.md --- SELF-HOSTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index 5a89423..6ff5208 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -24,6 +24,8 @@ * `pip install -r requirements.txt` +> You can edit the `yotter-config` file + 5. Install gunicorn (production web server for Python apps) and pymysql: `pip install gunicorn pymysql`