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).
- Host: GitHub
- URL: https://github.com/ferreols/icyhlplugininstaller
- Owner: FerreolS
- License: gpl-3.0
- Created: 2017-03-09T18:09:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T10:52:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T06:31:22.955Z (over 1 year ago)
- Topics: icy-plugins
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/