1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
2020-07-20 16:53:04 -04:00

864 B

Installation

The following sections detail how to set up a new instance of NetBox:

  1. PostgreSQL database
  2. Redis
  3. NetBox components
  4. Gunicorn
  5. HTTP server
  6. LDAP authentication (optional)

Below is a simplified overview of the NetBox application stack for reference:

NetBox UI as seen by a non-authenticated user

Upgrading

If you are upgrading from an existing installation, please consult the upgrading guide.

!!! note Beginning with v2.5.9, the official documentation calls for systemd to be used for managing the WSGI workers in place of supervisord. Please see the instructions for migrating to systemd if you are still using supervisord.