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

相關文章
相關標籤/搜索