doc: add setup step to manual run instructions

This commit is contained in:
2023-12-24 08:48:54 -07:00
parent 3c0e196c11
commit 7f6a696aae

View File

@@ -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