From 6858fbdd3c02143989c0b9b63eb9f90fbac23828 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 6 Sep 2020 12:09:27 +0200 Subject: [PATCH] Update SELF-HOSTING.md --- SELF-HOSTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index 6c18559..818a38c 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -160,6 +160,7 @@ Updating the server should always be pretty easy: ``` (venv) $ git pull (venv) $ sudo supervisorctl stop yotter +(venv) $ flask db migrate (venv) $ flask db upgrade (venv) $ pip install -r requirements.txt (venv) $ sudo supervisorctl start yotter