aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-29 14:35:07 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commite02adca954f7689745f69f33f9f5f80174848836 (patch)
tree11859b25c278a73f05869dba33c8e5cafac5fd34 /README.md
parent65b11d9d029558cacc7b4270dd7eaa2f1f63439e (diff)
Add compression, improve README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 96d6683..3e94931 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ You can also run the app without containerization:
pip install -r requirements.txt # install pip dependencies
touch .env # put your env vars here
+ python apply_migrations.py # prepare the database
gunicorn --bind "0.0.0.0:8000" -w 4 app:app
## Environment variables