grafana

步骤:

1、环境准备前端

  1. 下载 grafana 源码: https://github.com/grafana/grafana
  2. 安装 gcc:https://nchc.dl.sourceforge.net/project/mingw/Installer/mingw-get-setup.exe
  3. 安装 go

2、后端安装node

$ go get github.com/Unknwon/bra $ go get github.com/grafana/grafana $ cd $GOPATH/src/github.com/grafana/grafana $ go run build.go setup $ go run build.go build 

3、前端安装git

$ yarn
$ npm rebuild node-sass 

4、启动github

# 后端启动 $ GOPATH/bin/bra run # 前端启动 $ yarn start:hot 
后端服务地址

http://localhost:3000npm

前端访问地址

http://localhost:3333/后端

帐号: admin 密码: admin skipsass

相关文章
相关标签/搜索