Updated README.md
This commit is contained in:
parent
86307e9132
commit
91149ee332
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -7,13 +7,13 @@ UI for Apache Kafka management
|
|||
Install Homebrew Cask
|
||||
```
|
||||
> brew update
|
||||
> brew tap caskroom/cask
|
||||
> brew cask
|
||||
```
|
||||
|
||||
Install JAVA 13 with Homebrew Cask
|
||||
```
|
||||
> brew tap caskroom/versions
|
||||
> brew cask install java13
|
||||
> brew tap homebrew/cask-versions
|
||||
> brew cask install java (or java13 if 13th version is not the latest one)
|
||||
```
|
||||
|
||||
|
||||
|
@ -28,15 +28,15 @@ Build application and docker container
|
|||
Start application with kafka clusters
|
||||
|
||||
```
|
||||
docker-compose -f ./docker/kafka-ui.yaml
|
||||
docker-compose -f ./docker/kafka-ui.yaml up
|
||||
```
|
||||
|
||||
Application should be available at http://localhost:8080 .
|
||||
Application should be available at http://localhost:8080.
|
||||
|
||||
To start only kafka-clusters:
|
||||
|
||||
```
|
||||
docker-compose -f ./docker/kafka-clusters-only.yaml
|
||||
docker-compose -f ./docker/kafka-clusters-only.yaml up
|
||||
```
|
||||
|
||||
Kafka-ui then should be started with **local** profile
|
||||
|
|
Loading…
Add table
Reference in a new issue