sensordb2 a8f8f1ae37 修改.gitignore配置 | hace 1 año | |
---|---|---|
.. | ||
node_modules | hace 1 año | |
static | hace 1 año | |
test | hace 2 años | |
.eslintrc | hace 2 años | |
README.md | hace 2 años | |
bindata.go | hace 1 año | |
buildWeb.sh | hace 1 año | |
gulp | hace 2 años | |
gulpfile.js | hace 2 años | |
http.go | hace 1 año | |
http_test.go | hace 2 años | |
insertWebToGo.sh | hace 1 año | |
logger.go | hace 2 años | |
notify.go | hace 2 años | |
nsqadmin.go | hace 2 años | |
nsqadmin_test.go | hace 2 años | |
options.go | hace 2 años | |
package-lock.json | hace 2 años | |
package.json | hace 2 años | |
static.go | hace 2 años | |
static_legacy.go | hace 2 años |
nsqadmin
is a Web UI to view aggregated cluster stats in realtime and perform various
administrative tasks.
Read the docs
npm
)go-bindata
(for "legacy" go < 1.16)$ npm install
$ ./gulp --series clean watch
$ cd .. && make && ./build/nsqadmin --dev-static-dir=nsqadmin/static/build --lookupd-http-address=<...>
$ ./gulp --series clean build
$ go-bindata --pkg=nsqadmin --prefix=static/build/ static/build/...
(for "legacy" go < 1.16)