Skip to content
Discussion options

You must be logged in to vote

sudo su

If Netbox was installed according to the standard installation instructions. It may be necessary to activate the virtual environment.
source /opt/netbox/venv/bin/activate

I had to uninstall the original plugin first because it had the same version number. (Attention: My plugin has no database tables, I don't know if data will be deleted. Best to make a backup first. (PS: I would be glad about an info if any data is lost).
pip uninstall PluginName

From the repository directly:
pip install git+https://github.com/GitHubUserName/PluginName

From the repository a branches:
pip install git+https://github.com/GitHubUserName/PluginName@MyBranchesName

Restart Netbox:
systemctl restart netbo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LHBL2003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant