Skip to Content
How to run Reeve

How to run Reeve

All of the configurations are within Reeve Application (as a example implementation of the Reeve Platform).

Through this setup different components can be replaced with custom implementations, allowing for flexibility and adaptability in the Reeve platform. The Reeve Application can be run in different ways, depending on the use case and environment. Here are some common methods to run Reeve: An environment Templace can be found here: .envTemplate.

To customize Reeve Application you can fork the repository and change the configurations or implement custom modules as needed. The configurations for the Cardano Foundation can be found here as an example: CF Config.

Docker Compose

Reeve can be run using Docker Compose, which allows for easy setup and management of the different components. The docker-compose.yml file in the Reeve Application repository provides a complete setup for running Reeve locally or in a development environment. You can start Reeve using Docker Compose with the following command within Reeve Application:

docker-compose up -d --build

Spring Boot

Reeve can also be run as a Spring Boot application. This allows for more control over the configuration and deployment of the Reeve platform. You can run Reeve as a Spring Boot application by executing the main class in the Reeve Application repository. You can run Reeve using the following command:

./graldew bootRun

Last updated on