Update deployment instructions
@@ -123,6 +123,12 @@ git pull
|
|||||||
waitress-serve --port=5000 --call 'myriad:create_app'
|
waitress-serve --port=5000 --call 'myriad:create_app'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you need to re-init the database for an update
|
||||||
|
|
||||||
|
```
|
||||||
|
flask --app myriad init-db
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user