Skip to navigation
Run Kallithea with gunicorn instead of the building framework paste server gearbox
03.02.21
gunicorn --paste my.ini -b :8080 --chdir /srv/kallithea/
https://docs.gunicorn.org/en/stable/run.html
Reply
Anonymous
setup supervisor to run kallithea with gunicorn [program:calantas] environment=PATH="/srv/kallithea/venv/bin:%(ENV_PATH)s" directory=/var/customers/apps/kallithea command=/srv/kallithea/venv/bin/gunicorn --paste my.ini --workers 17 --threads 17 -b 0.0.0:5000 -t 600 --chdir /srv/kallithea/ autorestart=true startretries=100 startsecs=0
03.02.21
Reply
Anonymous
Information Epoch 1732567152
Use lower case and keep it short.
Home
Notebook
Contact us