aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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