Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
5b342dd2
Commit
5b342dd2
authored
Aug 11, 2015
by
Matt Toback
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reformatted a confusing part of of the running grafana locally section
parent
a912323d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
docs/sources/project/building_from_source.md
+4
-1
No files found.
docs/sources/project/building_from_source.md
View file @
5b342dd2
...
@@ -54,8 +54,11 @@ bra run
...
@@ -54,8 +54,11 @@ bra run
## Running Grafana Locally
## Running Grafana Locally
You can run a local instance of Grafana by running:
You can run a local instance of Grafana by running:
```
```
./bin/grafana-server
# if you build the binary with 'go run build.go build'. If you built it with 'go build .', run './grafana')
./bin/grafana-server
```
```
If you built the binary with
`go run build.go build`
, run
`./bin/grafana-server`
If you built it with
`go build .`
, run
`./grafana`
Open grafana in your browser (default
[
http://localhost:3000
](
http://localhost:3000
)
) and login with admin user (default user/pass = admin/admin).
Open grafana in your browser (default
[
http://localhost:3000
](
http://localhost:3000
)
) and login with admin user (default user/pass = admin/admin).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment