1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Robert Drake 8f34b6b0b9 fix for Dockerfile
It was hard to test with the old syntax.  It was cloning the "master"
branch, so trying to test a development change was difficult.
I believe I've fixed it so that the "master" branch and "develop"
branch can use the same Dockerfile options.  You override which branch
it pulls by setting a build-args variable, either via docker-compose or
in the docker build options.
2016-08-21 23:48:27 -04:00
2016-06-30 21:43:32 +02:00
2016-07-02 17:30:12 +02:00
2016-08-21 23:48:27 -04:00
2016-03-01 11:23:03 -05:00
2016-07-28 09:47:16 -04:00
2016-08-09 14:57:14 -04:00

NetBox

NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers.

NetBox runs as a web application atop the Django Python framework with a PostgreSQL database. For a complete list of requirements, see requirements.txt. The code is available on GitHub.

The complete documentation for Netbox can be found at Read the Docs.

Questions? Comments? Please join us on IRC in #netbox on irc.freenode.net!

Build Status

python 2.7
master Build Status
develop Build Status

Screenshots

Screenshot of main page

Screenshot of rack elevation

Screenshot of prefix hierarchy

Installation

Please see the documentation for instructions on installing NetBox.

To upgrade NetBox, please download the latest release and run upgrade.sh.

Description
The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
Readme 118 MiB
Languages
Python 94.1%
HTML 4.8%
TypeScript 0.9%
SCSS 0.1%