Update SELF-HOSTING.md

This commit is contained in:
PLUJA 2020-09-06 12:09:27 +02:00 committed by GitHub
parent 3adb771987
commit 6858fbdd3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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