An open API service indexing awesome lists of open source software.

https://github.com/ferreols/icyhlplugininstaller

IcyHLPluginInstaller is a small Icy plugin. It will update Icy and install new plugin in headless (command line) mode when the GUI cannot be launch (eg on serveur).
https://github.com/ferreols/icyhlplugininstaller

icy-plugins

Last synced: about 1 year ago
JSON representation

IcyHLPluginInstaller is a small Icy plugin. It will update Icy and install new plugin in headless (command line) mode when the GUI cannot be launch (eg on serveur).

Awesome Lists containing this project

README

          

# IcyHLPluginInstaller
IcyHLPluginInstaller is a small [Icy plugin](http://icy.bioimageanalysis.org/). It will update Icy and install new plugin in headless (command line) mode when the GUI cannot be launch (eg on serveur).

Syntax:
```bash
java -jar icy.jar -hl -x plugins.ferreol.icyhlplugininstaller.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 the existing plugin. If 'CLASSNAME == --all', it will install all available plugins.

Exemple:
```bash
java -jar icy.jar -hl -x plugins.ferreol.icyhlplugininstaller.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/