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

Torkel Ödegaard dc16c8c60c Added openldap docker/fig block, ldap auth seems to be complicated and take some time, not sure if that is high prio now vor 11 Jahren
Godeps d573ee22f1 Fixed missing godep dependency for unit tests vor 11 Jahren
_vendor f5b1b192a0 Macaron and sqllite vor 11 Jahren
conf 35326e1d92 Worked a little on anonymous access, needs more work vor 11 Jahren
data b876d193c4 updated vor 11 Jahren
docker dc16c8c60c Added openldap docker/fig block, ldap auth seems to be complicated and take some time, not sure if that is high prio now vor 11 Jahren
grafana @ 1d769fe41c 68cc3f86dd Handle default datasource management vor 11 Jahren
pkg 68cc3f86dd Handle default datasource management vor 11 Jahren
.bra.toml 4131b75562 updated build script and readme with build instructions vor 11 Jahren
.gitignore 4cc8a9bd18 More work on getting grafana pro to work in sub url vor 11 Jahren
.gitmodules 8154b4f60d search and save are 'working', barely vor 11 Jahren
LICENSE.md 35326e1d92 Worked a little on anonymous access, needs more work vor 11 Jahren
README.md f99e1ba441 Updated readme vor 11 Jahren
build.go 4131b75562 updated build script and readme with build instructions vor 11 Jahren
main.go d06174fb56 Added build script written in go that adds build symbols for version, commit and build date vor 11 Jahren
todo.txt 05f9e5eef1 rendering vor 11 Jahren
wercker.yml d06174fb56 Added build script written in go that adds build symbols for version, commit and build date vor 11 Jahren

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