From 7f6a696aae7cfeeae752027a33161a59bfa84ed2 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 24 Dec 2023 08:48:54 -0700 Subject: [PATCH] doc: add setup step to manual run instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79bad4e..84e3747 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,8 @@ pip install gunicorn source venv/bin/activate +cp data/webpush.db.empty data/webpush.db + # 3 workers would trigger 3 daily subscription runs gunicorn -b 0.0.0.0:3000 --log-level=debug --workers=1 app:app