Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3d242f0e authored by Raphaël Joie (NTT)'s avatar Raphaël Joie (NTT)
Browse files

Update README.md

parent 56787cab
No related branches found
No related tags found
1 merge request!1Ntt
Pipeline #53617 failed
# RPS Plugin for Netbox
A Netbox v3.5 plugin for RPS mapping management
![](docs/Screenshot 2023-05-14 at 11.38.51.png)
## Quickstart
```shell
$ terraform init
$ terraform apply -var="deploy_service=true"
```
And browse [http://localhost:8000](http://localhost:8000).
## Build
To build a [`netboxcommunity/netbox:v3.5-2.6.0`](https://hub.docker.com/layers/netboxcommunity/netbox/v3.5-2.6.0/images/sha256-edbb00e74a5cdb4bfeb51abbd9280cc005d1242152a67be7e2cd057e7d568fc2?context=explore)
Docker image including the plugin pre-installed, simply run
```shell
$ docker build .
```
## Tests
see [tests directory](./tests/README.md)
# RPS Plugin for Netbox
A Netbox v3.5 plugin for RPS mapping management
![Screenshot of the Netbox RPS plugin detail screen](/docs/Screenshot 2023-05-14 at 11.38.51.png)
## Quickstart
```shell
$ terraform init
$ terraform apply -var="deploy_service=true"
```
And browse [http://localhost:8000](http://localhost:8000).
## Build
To build a [`netboxcommunity/netbox:v3.5-2.6.0`](https://hub.docker.com/layers/netboxcommunity/netbox/v3.5-2.6.0/images/sha256-edbb00e74a5cdb4bfeb51abbd9280cc005d1242152a67be7e2cd057e7d568fc2?context=explore)
Docker image including the plugin pre-installed, simply run
```shell
$ docker build .
```
## Tests
see [tests directory](./tests/README.md)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment