From 56e48f0685e533c6addc9ac232887e4067321489 Mon Sep 17 00:00:00 2001 From: Harley Date: Fri, 3 Apr 2026 20:58:52 +0000 Subject: [PATCH] Update deployment instructions --- deployment-instructions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deployment-instructions.md b/deployment-instructions.md index 6567a02..16dae02 100644 --- a/deployment-instructions.md +++ b/deployment-instructions.md @@ -126,7 +126,18 @@ waitress-serve --port=5000 --call 'myriad:create_app' If you need to re-init the database for an update ``` +git pull flask --app myriad init-db +sudo nano instance/config.py +REGISTRATION = True +``` + +Then go to the site and re-make admin account + +``` +sudo nano instance/config.py +REGISTRATION = False +waitress-serve --port=5000 --call 'myriad:create_app' ```