Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

PyPI #2

Open
ingvaldlorentzen opened this issue Sep 4, 2023 · 9 comments
Open

PyPI #2

ingvaldlorentzen opened this issue Sep 4, 2023 · 9 comments

Comments

@ingvaldlorentzen
Copy link

Hi,

Would love to test this plugin, but I was unable to find it on PyPI.

Would you mind publishing it there? Or am I searching incorrectly?

@danner26
Copy link

danner26 commented Sep 5, 2023

If @tbotnz would like some help getting this packaged and automated, I would be happy to assist

@deku-m
Copy link

deku-m commented Sep 6, 2023

Hi,

Would love to test this plugin, but I was unable to find it on PyPI.

Would you mind publishing it there? Or am I searching incorrectly?

Meantime you can test it by placing the following in the local_requirements.txt or plugin.txt:
git+https://github.com/tbotnz/netbox_floorplan

@amyers1616
Copy link

Meantime you can test it by placing the following in the local_requirements.txt or plugin.txt: git+https://github.com/tbotnz/netbox_floorplan

Confirmed this worked in Netbox v3.6.0

@riborg
Copy link

riborg commented Sep 7, 2023

Any ideas how to get this to work in a Docker installation?

@tbotnz
Copy link
Owner

tbotnz commented Sep 7, 2023

@riborg you should be able to pip install from git using the venvs python

@bobbwest
Copy link

@riborg if you're using netbox-docker you can follow the instructions at: https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins

@riborg
Copy link

riborg commented Sep 12, 2023

I finally got it to run. Had to tweak the Dockerfile-Plugins with

RUN apt-get update && apt-get install -y git

because git is not included in the image..

@KuriKai
Copy link

KuriKai commented Sep 28, 2023

I finally got it to run. Had to tweak the Dockerfile-Plugins with

RUN apt-get update && apt-get install -y git

because git is not included in the image..

What were your steps?

@riborg
Copy link

riborg commented Oct 3, 2023

I finally got it to run. Had to tweak the Dockerfile-Plugins with
RUN apt-get update && apt-get install -y git
because git is not included in the image..

What were your steps?

In Dockerfile-Plugins add RUN apt-get update && apt-get install -y git
In plugin_requirements.txt add git+https://github.com/tbotnz/netbox_floorplan
In configuration/plugins.py add PLUGINS = ["netbox_floorplan"]

Then follow NetBox Docker guide to build the image..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants