EnergyLink App para mostrar información del mercado y resultados de las operaciones
|
|
11 lat temu | |
|---|---|---|
| Godeps | 11 lat temu | |
| _vendor | 11 lat temu | |
| conf | 11 lat temu | |
| data | 11 lat temu | |
| docker | 11 lat temu | |
| grafana @ 1c5f902770 | 11 lat temu | |
| pkg | 11 lat temu | |
| .bra.toml | 11 lat temu | |
| .gitignore | 11 lat temu | |
| .gitmodules | 11 lat temu | |
| LICENSE.md | 11 lat temu | |
| README.md | 11 lat temu | |
| build.go | 11 lat temu | |
| main.go | 11 lat temu | |
| model.txt | 11 lat temu | |
| todo.txt | 11 lat temu | |
| wercker.yml | 11 lat temu |
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