Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.83 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.83 KB

Actions Status Coverage Status Quality Gate MPL-2.0 License Join the community on Spectrum

gridcapa-rao-runner

Server based on spring-boot dedicated to launch rao computations for one timestamp

Requirements

In order to build gridcapa-rao-runner-app, you need the following environment available:

  • Install JDK (11)
  • Install Maven latest version
  • Install Docker (optional)
  • Install Docker Compose (optional)

Launch required applications

You need the following service in order to launch the application:

  • RabbitMQ server as message brocker
  • MinIO server as file storage system

You can either launch them locally on your computer or use a pre-compiled docker container.

Use a pre-compiled docker container:

To launch required containers (minio and rabbit-mq), on the root of this project run the following command:

docker-compose up 

To stop it use:

docker-compose down 
Or install and launch locally the required servers: