sensordb2 a8f8f1ae37 修改.gitignore配置 | 1 年之前 | |
---|---|---|
.. | ||
node_modules | 1 年之前 | |
static | 1 年之前 | |
test | 2 年之前 | |
.eslintrc | 2 年之前 | |
README.md | 2 年之前 | |
bindata.go | 1 年之前 | |
buildWeb.sh | 1 年之前 | |
gulp | 2 年之前 | |
gulpfile.js | 2 年之前 | |
http.go | 1 年之前 | |
http_test.go | 2 年之前 | |
insertWebToGo.sh | 1 年之前 | |
logger.go | 2 年之前 | |
notify.go | 2 年之前 | |
nsqadmin.go | 2 年之前 | |
nsqadmin_test.go | 2 年之前 | |
options.go | 2 年之前 | |
package-lock.json | 2 年之前 | |
package.json | 2 年之前 | |
static.go | 2 年之前 | |
static_legacy.go | 2 年之前 |
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)