Documented TopologyMaps

This commit is contained in:
Jeremy Stretch
2016-06-24 14:25:30 -04:00
parent d83d0b66b0
commit a6ebdaf275
2 changed files with 22 additions and 1 deletions

View File

@@ -57,11 +57,14 @@ You can verify that authentication works using the following command:
* libxml2-dev
* libxslt1-dev
* libffi-dev
* graphviz*
```
# apt-get install python2.7 python-dev git python-pip libxml2-dev libxslt1-dev libffi-dev
# apt-get install python2.7 python-dev git python-pip libxml2-dev libxslt1-dev libffi-dev graphviz
```
*graphviz is needed to render topology maps. If you have no need for this feature, graphviz is not required.
## Clone the Git Repository
Create the base directory for the NetBox installation. For this guide, we'll use `/opt/netbox`.