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

Torkel Ödegaard 6d814af0cc Updated frontend před 11 roky
Godeps 2b02c87b16 updated godeps file před 11 roky
_vendor f5b1b192a0 Macaron and sqllite před 11 roky
conf 35326e1d92 Worked a little on anonymous access, needs more work před 11 roky
data b876d193c4 updated před 11 roky
docker 9d629f2780 Tested with mysql, added simple fig file, need to write a more substantial fig setup před 11 roky
grafana @ d3e11cabd5 6d814af0cc Updated frontend před 11 roky
pkg 35326e1d92 Worked a little on anonymous access, needs more work před 11 roky
.bra.toml 4131b75562 updated build script and readme with build instructions před 11 roky
.gitignore 4cc8a9bd18 More work on getting grafana pro to work in sub url před 11 roky
.gitmodules 8154b4f60d search and save are 'working', barely před 11 roky
LICENSE.md 35326e1d92 Worked a little on anonymous access, needs more work před 11 roky
README.md bcdbec61d7 Dashboard search works better, tag cloud should be done soon před 11 roky
build.go 4131b75562 updated build script and readme with build instructions před 11 roky
main.go d06174fb56 Added build script written in go that adds build symbols for version, commit and build date před 11 roky
todo.txt 05f9e5eef1 rendering před 11 roky
wercker.yml d06174fb56 Added build script written in go that adds build symbols for version, commit and build date před 11 roky

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

To rebuild on source change:

go get github.com/Unknwon/bra

bra run