Cytomine Core
October 1, 2025 ยท View on GitHub
Warning
Deprecated: This repository is no longer maintained. Please see cytomine/cytomine for the latest version.
Cytomine Core is a Spring Boot application built with Spring Framework, providing a robust and scalable solution for Cytomine. The application is designed to run with minimal setup and configuration.
Develop & run locally using Docker
Requirements
- Docker
- Docker Compose
Usage
To run the development server with live reload locally:
docker compose up -d --build
Inside the container, run the following command to start the application:
gradle bootRun --args="--spring.profiles.active=dev"
Run tests
To run the development server with live reload locally:
docker compose up -d --build
Inside the container, run the following command to start the tests:
gradle :test
Stop the development server
To stop the development server:
docker compose down
License
Apache 2.0