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