OMERO Microservice Core
OMERO Vert.x asynchronous microservice server endpoint for OMERO.web core components.
Requirements
- OMERO 5.4.x+
- OMERO.web 5.4.x+
- Redis backed sessions
- Java 8+
Development Installation
-
Clone the repository::
git clone git@github.com:glencoesoftware/omero-ms-core.git
-
Run the Gradle build and utilize the artifacts as required::
./gradlew jar ...
Eclipse Configuration
-
Run the Gradle Eclipse task::
./gradlew eclipse
Running Tests
Using Gradle run the unit tests:
./gradlew test