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

Torkel Ödegaard 2379c5b770 Added loglevel to migrator, added dashboard table & index migrations 11 년 전
Godeps 507bff8b59 Godep is acting strangly 11 년 전
_vendor f5b1b192a0 Macaron and sqllite 11 년 전
conf d8e5be5782 Worked on database agnostic table creation for db migrations 11 년 전
data b876d193c4 updated 11 년 전
docker 68a77c4051 More progress on db schema setup and migrations, tricky stuff 11 년 전
grafana @ 590c3b4b50 581efa857b Small fixes 11 년 전
pkg 2379c5b770 Added loglevel to migrator, added dashboard table & index migrations 11 년 전
.bra.toml 4131b75562 updated build script and readme with build instructions 11 년 전
.gitignore 4cc8a9bd18 More work on getting grafana pro to work in sub url 11 년 전
.gitmodules 8154b4f60d search and save are 'working', barely 11 년 전
LICENSE.md 35326e1d92 Worked a little on anonymous access, needs more work 11 년 전
README.md f99e1ba441 Updated readme 11 년 전
build.go 0dfd09ed0e fixed build.go setup 11 년 전
main.go d06174fb56 Added build script written in go that adds build symbols for version, commit and build date 11 년 전
model.txt f1996a9f1f Initial work on seperation between user and account 11 년 전
todo.txt 05f9e5eef1 rendering 11 년 전
wercker.yml d06174fb56 Added build script written in go that adds build symbols for version, commit and build date 11 년 전

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