Split webhooks documentation into the data model and installation sections

This commit is contained in:
Jeremy Stretch
2018-07-16 16:21:46 -04:00
parent 69ddf046b0
commit 277197edd4
5 changed files with 102 additions and 169 deletions

View File

@@ -133,6 +133,11 @@ Save the following as `/etc/supervisor/conf.d/netbox.conf`. Update the `command`
command = gunicorn -c /opt/netbox/gunicorn_config.py netbox.wsgi
directory = /opt/netbox/netbox/
user = www-data
[program:netbox-rqworker]
command = python3 /opt/netbox/netbox/manage.py rqworker
directory = /opt/netbox/netbox/
user = www-data
```
Then, restart the supervisor service to detect and run the gunicorn service: