1.7 KiB
Installation
The installation instructions provided here have been tested to work on Ubuntu 20.04 and CentOS 8.2. The particular commands needed to install dependencies on other distributions may vary significantly. Unfortunately, this is outside the control of the NetBox maintainers. Please consult your distribution's documentation for assistance with any errors.
The following sections detail how to set up a new instance of NetBox:
The video below demonstrates the installation of NetBox v2.10.3 on Ubuntu 20.04 for your reference.
Requirements
Dependency | Minimum Version |
---|---|
Python | 3.6 |
PostgreSQL | 9.6 |
Redis | 4.0 |
Below is a simplified overview of the NetBox application stack for reference:
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.