From 5d3fc472869f5ac0e2e633a3736d40f39f13d5ac Mon Sep 17 00:00:00 2001 From: cube Date: Sat, 28 Mar 2026 22:52:56 +0000 Subject: [PATCH] readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cc02f60..c0a1a8e 100644 --- a/README.md +++ b/README.md @@ -44,21 +44,29 @@ attach to existing tmux window clone the repo and set up virtual env `git clone https://tea.cubes.link/cube/myriad.git` + `cd myriad` + `python3 -m venv venv` + `source venv/bin/activate` install necessary packages in the virtual env `pip install flask` + `pip install waitress` make sure all directories exist `mkdir instance` + `mkdir myriad/static/icons` + `mkdir myriad/static/blinkies` + `mkdir myriad/static/stamps` + `mkdir myriad/static/tmp` copy sample from readme and paste into the following @@ -84,6 +92,7 @@ start running the site after running and setting up first user stop waitress (CTRL+C), then edit the config to disable user registration for security `sudo nano instance/config.py` + `REGISTRATION = False` ## updating