Short Description
IcyHLPluginInstaller will update Icy and install new plugin in headless (command line) mode when the GUI cannot be launch (eg on serveur).
See https://github.com/FerreolS/IcyHLPluginInstaller
Documentation
IcyHLPluginInstaller will update Icy and install new plugin in headless (command line) mode when the GUI cannot be launch (eg on serveur).
Syntax:
java -jar icy.jar -hl -x plugins.ferreol.IcyHLPluginInstaller CLASSNAME
where ‘CLASSNAME’ is the ClassName of the desired plugin. This ClassName can be found in the “See technical details” link on the plugin webpage. If ‘CLASSNAME’ is empty, it will only update Icy and existing plugins.
Exemple:
java -jar icy.jar -hl -x plugins.ferreol.icyhlplugininstaller plugins.adufour.ezplug.EzPlug
The jar file of IcyHLPluginInstaller is stored in the jar branch and can be downloaded in automatic script to build icy as in https://hub.docker.com/r/ferreol/icy/~/dockerfile/