Skip to content

Commit

Permalink
netbox-initializers updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmerolle committed Jan 23, 2023
1 parent 9c6c570 commit e4c0395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile-plugin_dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NETBOX_VARIANT=v3.4

FROM netboxcommunity/netbox:${NETBOX_VARIANT}

ARG NETBOX_INITIALIZERS_VARIANT=3.4.0
ARG NETBOX_INITIALIZERS_VARIANT=3.4.*

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ Each Plugin Version listed below has been tested with its corresponding NetBox V
|:--------------:|:--------------:|
| 3.2 | 1.0.1 |
| 3.3 | 1.1.0 |
| 3.4 | 1.2.0



| 3.4 | 1.2.0 |

## Installing

Expand Down Expand Up @@ -84,8 +81,8 @@ To develop this plugin further one can use the included .devcontainer configurat
1. In the WSL terminal, enter `code` to run Visual studio code.
2. Install the devcontainer extension "ms-vscode-remote.remote-containers"
3. Press Ctrl+Shift+P and use the "Dev Container: Clone Repository in Container Volume" function to clone this repository. This will take a while depending on your computer
4. If you'd like the netbox instance to be prepopulated run `make Makefile example_initializers` and `make Makefile load_initializers`
5. Start the netbox instance using `make Makefile all`
4. If you'd like the netbox instance to be prepopulated with example data from [netbox-initializers](https://github.com/tobiasge/netbox-initializers) run `make initializers`
5. Start the netbox instance using `make all`

Your netbox instance will be served under 0.0.0.0:8000, so it should now be available under localhost:8000.

Expand Down

0 comments on commit e4c0395

Please sign in to comment.