You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/project/building_from_source.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ dev environment. Grafana ships with its own required backend server; also comple
11
11
12
12
## Dependencies
13
13
14
-
-[Go 1.4](https://golang.org/dl/)
14
+
-[Go 1.5](https://golang.org/dl/)
15
15
-[NodeJS](https://nodejs.org/download/)
16
16
17
17
## Get Code
@@ -54,7 +54,7 @@ bra run
54
54
## Running Grafana Locally
55
55
You can run a local instance of Grafana by running:
56
56
```
57
-
./bin/grafana-server
57
+
./bin/grafana-server
58
58
```
59
59
If you built the binary with `go run build.go build`, run `./bin/grafana-server`
60
60
@@ -63,7 +63,7 @@ If you built it with `go build .`, run `./grafana`
63
63
Open grafana in your browser (default [http://localhost:3000](http://localhost:3000)) and login with admin user (default user/pass = admin/admin).
64
64
65
65
## Developing for Grafana
66
-
To add features, customize your config, etc, you'll need to rebuild on source change (requires that you executed [godep restore](#build-the-backend), as outlined above).
66
+
To add features, customize your config, etc, you'll need to rebuild on source change (requires that you executed [godep restore](#build-the-backend), as outlined above).
67
67
```
68
68
go get github.com/Unknwon/bra
69
69
bra run
@@ -88,7 +88,7 @@ You only need to add the options you want to override. Config files are applied
88
88
Learn more about Grafana config options in the [Configuration section](/installation/configuration/)
89
89
90
90
## Create a pull requests
91
-
Please contribute to the Grafana project and submit a pull request! Build new features, write or update documentation, fix bugs and generally make Grafana even more awesome.
91
+
Please contribute to the Grafana project and submit a pull request! Build new features, write or update documentation, fix bugs and generally make Grafana even more awesome.
92
92
93
93
Before or after you create a pull request, sign the [contributor license agreement](/project/cla.html).
0 commit comments