yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.81k stars 2.5k forks source link

Installing kafka-manager on windows #603

Open rashmidob opened 5 years ago

rashmidob commented 5 years ago

Hi I am trying to download kafka-manager for the first time. Has anyone installed it on windows or solar ? It would be great if steps to install kafka-manager on windows or solar can be mentioned.

linehrr commented 5 years ago

try docker image: https://cloud.docker.com/u/ryneyang/repository/docker/ryneyang/kafka-manager

R

On Wed, Jan 16, 2019 at 12:04 AM rashmidob notifications@github.com wrote:

Hi I am trying to download kafka-manager for the first time. Has anyone installed it on windows or solar ? It would be great if steps to install kafka-manager on windows or solar can be mentioned.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yahoo/kafka-manager/issues/603#issuecomment-454653124, or mute the thread https://github.com/notifications/unsubscribe-auth/ABEnE_mN-hOBnYlI5LTpRRRMBfoeplLvks5vDrLvgaJpZM4aCUmS .

-- Best Regards Ryne

linehrr commented 5 years ago

also you could download the src code your self and build the image by running: sbt docker, assuming sbt is installed. otherwise grab the image from the dockerhub and run it anywhere with docker engine installed.