ihatemoney/conf/supervisord.conf
Jocelyn Delalande 52d6dd5f90 Switch documentation to recomend pip over git
- Update installation instruction
- Clearly separate dev setup from installation
- Some rewordings/section-ization by the way
2017-07-26 16:10:50 +02:00

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