Skip to content

yutaixi/zookeeper-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zookeeper browser

zookeeper browser is a web ui tool that help you manage zookeeper easier.

What does this zookeeper browser looks like?

home page screenshot add node screenshot

How to make it run ?

First you need to install nodejs(~v4.2.4) ,the copy the zookeeper browser releases to your computer,

install dependencies by command npm i -d,

start it from zookeeper-browser/bin/www,

you can change the zookeeper server host and port by export the environment variable ZK_HOST , eg. export ZK_HOST="localhost:2181" ,

also you can modify the file zookeeper-browser/routes/index.js var zkHost = process.env.ZK_HOST || 'localhost:2181'

after starting the server,visithttp://localhost:3000/dcm/to see the home page.

Contributing

  • Your favourite command isn't covered?
  • You can think of more examples for an existing command?

Contributions are most welcome!

About

zookeeper web界面 zookeeper browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published