From ba56cba9dd7bd4974291c5ca15d69b5bdd46396a Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 09:43:50 +0200 Subject: [PATCH] Update SELF-HOSTING.md --- SELF-HOSTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index cfe0450..23fb866 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -80,7 +80,7 @@ If after the MySQL-server installation you have not been prompted to create a pa * `pip install cryptography` * `pip install -r requirements.txt` -> You can edit the `yotter-config.json` file +> You can edit the `yotter-config.json` file. [Check out all the options here](https://github.com/ytorg/Yotter/blob/dev-indep/README.md#configure-the-server) 5. Install gunicorn (production web server for Python apps) and pymysql: `pip install gunicorn pymysql` @@ -219,7 +219,7 @@ Updating the server should always be pretty easy. These steps need to be run on (venv) $ pip install -r requirements.txt (venv) $ sudo supervisorctl start yotter ``` - +* **IMPORTANT**: Make sure you have all set up on `yotter-config.json` once you finish the update. ## Other configurations ### Removing log-in restrictions