imagej / imagej-omero

Server- and client-side communication between ImageJ and OMERO
GNU General Public License v2.0
11 stars 10 forks source link

Make ImageJ-OMERO installable via OMEGO #8

Open ctrueden opened 10 years ago

ctrueden commented 10 years ago

Talking with @joshmoore, we think it would be cool if the ImageJ-OMERO integration could be installed into OMERO via omego install imagej or similar. @manics, how feasible do you think something like that would be? It would basically need to do what the ImageJ-OMERO installer script does now.

manics commented 10 years ago

There's been some talk about making our web-apps installable via omego, so this fits in. We'd need to discuss whether we want an add-ons framework e.g. a spec file for each add-on which states where everything should go, or maybe just an installation script with a standard name which gets run (needs to be cross-platform, so Python?).

ctrueden commented 10 years ago

@manics Thanks we can discuss further when we get closer to the 1.0.0 release of ImageJ-OMERO.