Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (5 loc) · 316 Bytes

README.MD

File metadata and controls

5 lines (5 loc) · 316 Bytes

how to run

  1. from Nakadi root project directory: ./gradlew clean assemble
  2. from docker-arm directory: docker-compose up -d --build, give it a minute to start
  3. from Nakadi root project directory: ./gradlew :acceptance-test:acceptanceTest
  4. once finished, from docker-arm directory: docker-compose down