Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterL75 authored May 7, 2024
1 parent d747bc9 commit 3b8de45
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@ Adds an IP Calculator to the views of
![IP Calculator image](docs/images/IPCalculator.png)

## Installation
Update the /opt/netbox/local_requirements.txt with **(NB! dash)**

+ v0.0-1.3 --> Netbox <=3.7
+ v1.4 --> Netbox >=4.0

Update the /opt/netbox/local_requirements.txt with **(referenced with a dash)**

> netbox-ipcalculator
Edit the /opt/netbox/netbox/netbox/configuration.py and add the plugin **(NB underscore)**
Edit the /opt/netbox/netbox/netbox/configuration.py and add the plugin **(referenced with an underscore)**
> PLUGINS = ['netbox_ipcalculator']
run the ./upgrade.sh
> /opt/netbox# ./upgrade.sh
restart nextbox
> sudo systemctl restart netbox

0 comments on commit 3b8de45

Please sign in to comment.