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