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

Torkel Ödegaard d95c5e6674 Basic import of json dashboards is working, needs more work to handle updates, and continous watching, #22 hace 11 años
Godeps 6e5ef561eb Updated Godeps hace 11 años
conf d95c5e6674 Basic import of json dashboards is working, needs more work to handle updates, and continous watching, #22 hace 11 años
data b876d193c4 updated hace 11 años
docker 8bb9126b77 added postgres support for db migrations hace 11 años
grafana @ 3b5c813be7 1d6413bfae More work on backend for user favorites hace 11 años
pkg d95c5e6674 Basic import of json dashboards is working, needs more work to handle updates, and continous watching, #22 hace 11 años
vendor 4786e0f882 Changed name for vendor folder hace 11 años
.bra.toml 4131b75562 updated build script and readme with build instructions hace 11 años
.gitignore 4cc8a9bd18 More work on getting grafana pro to work in sub url hace 11 años
.gitmodules 8154b4f60d search and save are 'working', barely hace 11 años
LICENSE.md 35326e1d92 Worked a little on anonymous access, needs more work hace 11 años
README.md f99e1ba441 Updated readme hace 11 años
build.go 12f2ca9262 updated build file hace 11 años
main.go d95c5e6674 Basic import of json dashboards is working, needs more work to handle updates, and continous watching, #22 hace 11 años
model.txt f1996a9f1f Initial work on seperation between user and account hace 11 años
todo.txt 05f9e5eef1 rendering hace 11 años
wercker.yml d06174fb56 Added build script written in go that adds build symbols for version, commit and build date hace 11 años

README.md

Work in progress Grafana 2.0 (with included Grafana backend)

wercker status

building and running

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