readme and tweaks

This commit is contained in:
cube
2026-03-31 00:39:30 +01:00
parent 2de4f9af9c
commit f3124628cb
2 changed files with 8 additions and 1 deletions

View File

@@ -51,6 +51,13 @@ attach to existing tmux window
## installing
ensure system is up to date
```
sudo apt-get update
sudo apt upgrade
```
clone the repo and set up virtual env
```

View File

@@ -5,7 +5,7 @@ from myriad.utilities import server_time, get_datetime_str
from myriad.db import get_db
def create_app(test_config=None):
def create_app():
# create and configure the app
app = Flask(__name__, instance_relative_config=True)
app.config.from_pyfile('config.py')