kafka-ui/documentation/project/contributing/running.md
ㅅㅅㅇ 83222edc62
Update running.md (#2248)
Fix broken url link
2022-07-06 09:10:40 +04:00

685 B

Running the app

Running locally via docker

If you have built a container locally or wish to run a public one you could bring everything up like this:

docker-compose -f documentation/compose/kafka-ui.yaml up -d

Running locally without docker

Once you built the app, run the following in kafka-ui-api/:

./mvnw spring-boot:run -Pprod

# or

./mvnw spring-boot:run -Pprod -Dspring.config.location=file:///path/to/conf.yaml

Running in kubernetes

helm repo add kafka-ui https://provectus.github.io/kafka-ui
helm install kafka-ui kafka-ui/kafka-ui

To read more please follow to chart documentation