Installation of plugins docker #3954
-
Trying to install Brother plugin. In terminal: docker-compose run inventree-server invoke install Tried installing from docker terminal after installing pip. How do you install from from webpage, "Install Plugin"? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
@martin323232 there should appear a modal where you can add the package to your instance if you click Plugins get discovered on server start so maybe also try to restart the server (it should be enough to restart the docker-container for the webserver). Note that plugins are off by default when discovered. |
Beta Was this translation helpful? Give feedback.
-
That gave another error. Should I do a reinstall and try without using docker? docker volume rm -f inventree-production_inventree_data |
Beta Was this translation helpful? Give feedback.
@martin323232 there should appear a modal where you can add the package to your instance if you click
install plugin
. You need superuser privileges for that. Also, you might want to activate the plugin functions - they appear to be off from your screenshot.Plugins get discovered on server start so maybe also try to restart the server (it should be enough to restart the docker-container for the webserver). Note that plugins are off by default when discovered.