I’ve been trying to follow the directions here: http://docs.grafana.org/project/building_from_source/
I’ve gotten to this point:
- cd $GOPATH/src/github.com/grafana/grafana
- go run build.go setup
- go run build.go build
But I cant use GitHub. What I do have is the latest rpm build of grafana and go, yarn, grunt, and node being setup. I setup my $GOPATH to point to PATH=$PATH:$HOME/ .local/bin:$HOME/bin
How would I go about installing Grafana from source from here?