EnergyLink App para mostrar información del mercado y resultados de las operaciones
|
|
пре 11 година | |
|---|---|---|
| Godeps | пре 11 година | |
| conf | пре 11 година | |
| data | пре 11 година | |
| docker | пре 11 година | |
| grafana @ d2f21bc93e | пре 11 година | |
| pkg | пре 11 година | |
| vendor | пре 11 година | |
| .bra.toml | пре 11 година | |
| .gitignore | пре 11 година | |
| .gitmodules | пре 11 година | |
| LICENSE.md | пре 11 година | |
| README.md | пре 11 година | |
| build.go | пре 11 година | |
| main.go | пре 11 година | |
| model.txt | пре 11 година | |
| todo.txt | пре 11 година | |
| wercker.yml | пре 11 година |
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