How to setup a development enviroment for netbox? #14080
-
Hi, So I wanted to ask is there a "step by step" guide how I can get a netbox development enviroment running? Like for the steps from downloading the netbox project from github, configure the "configuration.py", preparing the Postgres DB and Redis Instance. Until I have the netbox development instance running for "scripting" and "plugin" programming. thanks and best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I use docker-compose which has a pretty simple startup-script for netbox (also under windows). This is mentioned here: https://github.com/netbox-community/netbox-docker You can then just import the database (and if you want you can also copy media data like device-type pictures) and off you go with a local running copy of your netbox. |
Beta Was this translation helpful? Give feedback.
-
Ok I found a solution for my problem. This are the steps:
My problem was more a nginx problem because you need a double proxy configuration. |
Beta Was this translation helpful? Give feedback.
Ok I found a solution for my problem.
This are the steps:
My problem was more a nginx problem because you need a double proxy configuration.