Skip to content

Latest commit

 

History

History
 
 

nsqadmin

nsqadmin

nsqadmin is a Web UI to view aggregated cluster stats in realtime and perform various administrative tasks.

Read the docs

Working Locally

  1. install nodejs 8.x (includes npm)
  2. $ npm install
  3. $ ./gulp --series clean watch or $ ./gulp --series clean build
  4. $ go-bindata --debug --pkg=nsqadmin --prefix=static/build static/build/...
  5. $ go build && ./nsqadmin
  6. make changes (repeat step 5 if you make changes to any Go code)
  7. $ go-bindata --pkg=nsqadmin --prefix=static/build static/build/...
  8. commit other changes and bindata.go