From 88897437320a16f023f9797320e678e85289f7a4 Mon Sep 17 00:00:00 2001 From: cube Date: Sat, 9 May 2026 13:49:21 +0000 Subject: [PATCH] Update deployment instructions --- deployment-instructions.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/deployment-instructions.md b/deployment-instructions.md index 9e5b509..8d339e7 100644 --- a/deployment-instructions.md +++ b/deployment-instructions.md @@ -46,16 +46,6 @@ Install necessary packages (make sure the virtual environment has been activated pip install flask pip install waitress ``` -Prepare all the directories used by Myriad to store assets - -``` -mkdir instance -mkdir myriad/static/icons -mkdir myriad/static/blinkies -mkdir myriad/static/stamps -mkdir myriad/static/misc -mkdir myriad/static/tmp -``` Create the config file: