EnergyLink App para mostrar información del mercado y resultados de las operaciones
|
|
%!s(int64=11) %!d(string=hai) anos | |
|---|---|---|
| Godeps | %!s(int64=11) %!d(string=hai) anos | |
| _vendor | %!s(int64=11) %!d(string=hai) anos | |
| conf | %!s(int64=11) %!d(string=hai) anos | |
| data | %!s(int64=11) %!d(string=hai) anos | |
| docker | %!s(int64=11) %!d(string=hai) anos | |
| grafana @ 984ece646f | %!s(int64=11) %!d(string=hai) anos | |
| pkg | %!s(int64=11) %!d(string=hai) anos | |
| .bra.toml | %!s(int64=11) %!d(string=hai) anos | |
| .gitignore | %!s(int64=11) %!d(string=hai) anos | |
| .gitmodules | %!s(int64=11) %!d(string=hai) anos | |
| LICENSE.md | %!s(int64=11) %!d(string=hai) anos | |
| README.md | %!s(int64=11) %!d(string=hai) anos | |
| build.go | %!s(int64=11) %!d(string=hai) anos | |
| main.go | %!s(int64=11) %!d(string=hai) anos | |
| todo.txt | %!s(int64=11) %!d(string=hai) anos | |
| wercker.yml | %!s(int64=11) %!d(string=hai) anos |
Work in progress Grafana 2.0 (with included Grafana backend)
Before trying to build make sure the grafana frontend git submodule is loaded.
By clone recursive
git clone --recursive <this_repo>
In case of after clone
git submodule update --init
Building
go run build.go setup (only needed once to install godep)
go run build.go build
For quicker builds:
godep restore (will pull down all golang lib dependecies in your current GOPATH)
go build -o ./bin/grafana .
To build less to css for frontend:
cd grafana
npm install
npm install -g grunt-cli
grunt
To rebuild on source change:
go get github.com/Unknwon/bra
bra run