mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00

- Update installation instruction - Clearly separate dev setup from installation - Some rewordings/section-ization by the way
6 lines
187 B
Text
6 lines
187 B
Text
[program:budget]
|
|
command=/path/to/your/app/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
|
|
user=www
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=True
|