nsqadmin
is a Web UI to view aggregated cluster stats in realtime and perform various
administrative tasks.
Read the docs
- install nodejs 8.x (includes npm)
$ npm install
$ ./gulp --series clean watch
or$ ./gulp --series clean build
$ go-bindata --debug --pkg=nsqadmin --prefix=static/build static/build/...
$ go build && ./nsqadmin
- make changes (repeat step 5 if you make changes to any Go code)
$ go-bindata --pkg=nsqadmin --prefix=static/build static/build/...
- commit other changes and
bindata.go