Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 733 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 733 Bytes

OMERO Microservice Core

OMERO Vert.x asynchronous microservice server endpoint for OMERO.web core components.

Requirements

  • OMERO 5.6.x+
  • OMERO.web 5.6.x+
  • Redis backed sessions
  • Java 8+

Development Installation

  1. Clone the repository::

     git clone https://github.com/glencoesoftware/omero-ms-core.git
    
  2. Run the Gradle build and utilize the artifacts as required::

     ./gradlew jar
     ...
    

Eclipse Configuration

  1. Run the Gradle Eclipse task::

     ./gradlew eclipse
    

Running Tests

Using Gradle run the unit tests:

./gradlew test

Reference