Updated README.md

This commit is contained in:
Sofia Shnaidman 2020-03-03 18:34:18 +03:00
parent 86307e9132
commit 91149ee332

View file

@ -7,13 +7,13 @@ UI for Apache Kafka management
Install Homebrew Cask Install Homebrew Cask
``` ```
> brew update > brew update
> brew tap caskroom/cask > brew cask
``` ```
Install JAVA 13 with Homebrew Cask Install JAVA 13 with Homebrew Cask
``` ```
> brew tap caskroom/versions > brew tap homebrew/cask-versions
> brew cask install java13 > brew cask install java (or java13 if 13th version is not the latest one)
``` ```
@ -28,7 +28,7 @@ Build application and docker container
Start application with kafka clusters 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.
@ -36,7 +36,7 @@ Application should be available at http://localhost:8080 .
To start only kafka-clusters: 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 Kafka-ui then should be started with **local** profile