EnergyLink App para mostrar información del mercado y resultados de las operaciones

Torkel Ödegaard 3f266a3e1b Fixed dashboard search %!s(int64=11) %!d(string=hai) anos
Godeps 2b02c87b16 updated godeps file %!s(int64=11) %!d(string=hai) anos
_vendor f5b1b192a0 Macaron and sqllite %!s(int64=11) %!d(string=hai) anos
conf 19c70a126f fixed oauth login redirect when using app sub url %!s(int64=11) %!d(string=hai) anos
data b876d193c4 updated %!s(int64=11) %!d(string=hai) anos
grafana @ a5c8bbfe1f 3f266a3e1b Fixed dashboard search %!s(int64=11) %!d(string=hai) anos
pkg 3f266a3e1b Fixed dashboard search %!s(int64=11) %!d(string=hai) anos
.bra.toml 4131b75562 updated build script and readme with build instructions %!s(int64=11) %!d(string=hai) anos
.gitignore 4cc8a9bd18 More work on getting grafana pro to work in sub url %!s(int64=11) %!d(string=hai) anos
.gitmodules 8154b4f60d search and save are 'working', barely %!s(int64=11) %!d(string=hai) anos
Dockerfile be781bdb98 Tried postgres %!s(int64=11) %!d(string=hai) anos
README.md 4131b75562 updated build script and readme with build instructions %!s(int64=11) %!d(string=hai) anos
build.go 4131b75562 updated build script and readme with build instructions %!s(int64=11) %!d(string=hai) anos
main.go d06174fb56 Added build script written in go that adds build symbols for version, commit and build date %!s(int64=11) %!d(string=hai) anos
start_dependencies.sh be781bdb98 Tried postgres %!s(int64=11) %!d(string=hai) anos
todo.txt 05f9e5eef1 rendering %!s(int64=11) %!d(string=hai) anos
wercker.yml d06174fb56 Added build script written in go that adds build symbols for version, commit and build date %!s(int64=11) %!d(string=hai) anos

README.md

Work in progress Grafana 2.0 (with included Grafana backend)

wercker status

building and running

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