Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 778 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 778 Bytes

Indy Repository Management Service

Indy Repository Management Service is a single full-functional service for only indy repository management, including repository creation, updating, querying and deleting.

Prerequisite for building

  1. jdk11
  2. mvn 3.6.2+

Prerequisite for debugging in local

  1. docker 20+
  2. docker-compose 1.20+

Configure

see src/main/resources/application.yaml for details

Try it

There are a few steps to set it up.

  1. Build (make sure you use jdk11 and mvn 3.6.2+)
$ git clone [email protected]:Commonjava/indy-repository-service.git
$ cd indy-repository-service
$ mvn clean compile
  1. Start depending services:
$ docker-compose up
  1. Start in debug mode
$ mvn quarkus:dev