1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Daniel Sheppard 9e258dd31e Fixes: #2902 - Implements systemd (#3017)
* Closes #2902 - Migrate to systemd from supervisord
* Closes #2902 - Migrate to systemd from supervisord

* Update systemd unit and environment file
* Add gunicorn.conf
* Update documentation and CHANGELOG.  Moved parameters around on service file
* Update Gitignore
2019-09-06 11:46:35 -05:00

722 B

Installation

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

  1. PostgreSQL database
  2. NetBox components
  3. HTTP dameon
  4. LDAP authentication (optional)

Upgrading

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

NetBox v2.5 and later requires Python 3.5 or higher. Please see the instructions for migrating to Python 3 if you are still using Python 2.

Netbox v2.5.9 and later moved to using systemd instead of supervisord. Please see the instructions for migrating to systemd if you are still using supervisord.