https://github.com/ome/omero-server
Gradle project containing main server logic for OMERO
https://github.com/ome/omero-server
component jar lib omero server
Last synced: about 1 month ago
JSON representation
Gradle project containing main server logic for OMERO
- Host: GitHub
- URL: https://github.com/ome/omero-server
- Owner: ome
- License: gpl-2.0
- Created: 2018-12-13T09:10:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T16:11:41.000Z (4 months ago)
- Last Synced: 2025-08-16T18:37:44.120Z (about 2 months ago)
- Topics: component, jar, lib, omero, server
- Language: Java
- Homepage: https://www.openmicroscopy.org/omero
- Size: 5.8 MB
- Stars: 6
- Watchers: 8
- Forks: 14
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/ome/omero-server/actions)
# omero-server
A Gradle project
## Usage
Like any Java project, include the jar into your classpath.
## Build from source
The compilation, testing, launch, and delivery of the application are
automated by means of a Gradle (https://gradle.org/) build file.
In order to perform a build, all you need is
a JDK -- version 11 and Gradle 6.8.x.
Clone this GitHub repository `git clone https://github.com/ome/omero-server.git`.
Go to the directory and enter:gradle build
This will compile, build, test and create a distribution bundle.
## Unit tests
* Run `gradle test`