nsqadmin
is a Web UI to view aggregated cluster stats in realtime and perform various
administrative tasks.
Read the docs
- Install
go-bindata
- 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 ../apps/nsqadmin && ./nsqadmin
- make changes (repeat step 4 only if you make changes to any Go code)
$ go-bindata --pkg=nsqadmin --prefix=static/build static/build/...
- commit other changes and
bindata.go