Table of Contents

installatie

context

dit document beschrijft de installatie van Netbox

vereisten

algemene opbouw

PostgreSQL database

Redis

zie: :Redis

NetBox components

apt install -y git python3 python3-pip python3-venv python3-dev build-essential libxml2-dev libxslt1-dev libffi-dev libpq-dev libssl-dev zlib1g-dev 

Gunicorn

= Webserver Gateway Interface: fucntie waarbij web servers requests forward naar achterliggende web applicaties of frameworks geschreven in Python.

cp /opt/netbox/contrib/gunicorn.py /opt/netbox/gunicorn.py

Systemd

HTTP server