tech(build): update build docs

This commit is contained in:
bergquist
2016-09-15 13:09:33 +02:00
parent d3a5d5c058
commit 6be48269e2
6 changed files with 12 additions and 28 deletions

View File

@@ -78,9 +78,8 @@ the latest master builds [here](http://grafana.org/download/builds)
### Dependencies
- Go 1.6
- Go 1.6.2
- NodeJS v4+
- [Godep](https://github.com/tools/godep)
### Get Code
@@ -103,8 +102,7 @@ ln -s github.com/*your_account*/grafana $GOPATH/src/github.com/grafana/grafana
### Building the backend
```bash
cd $GOPATH/src/github.com/grafana/grafana
go run build.go setup (only needed once to install godep)
godep restore (will pull down all golang lib dependencies in your current GOPATH)
go run build.go setup
go run build.go build
```
@@ -126,7 +124,7 @@ grunt watch
```
### Recompile backend on source change
To rebuild on source change (requires that you executed godep restore)
To rebuild on source change.
```bash
go get github.com/Unknwon/bra
bra run