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
3931e0b7
Commit
3931e0b7
authored
Oct 20, 2016
by
cglewis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cla link; formatting and grammar fixes
parent
1ce0b8fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
+7
-7
No files found.
README.md
View file @
3931e0b7
...
...
@@ -87,11 +87,11 @@ the latest master builds [here](http://grafana.org/builds)
go get github.com/grafana/grafana
```
Since imports of dependencies use the absolute path
github.com/grafana/grafana within the $GOPATH
,
you will need to put your version of the code in
$GOPATH/src/github.com/grafana/grafana
to be able
Since imports of dependencies use the absolute path
`github.com/grafana/grafana`
within the
`$GOPATH`
,
you will need to put your version of the code in
`$GOPATH/src/github.com/grafana/grafana`
to be able
to develop and build grafana on a cloned repository. To do so, you can clone your forked repository
directly to
$GOPATH/src/github.com/grafana
or you can create a symbolic link from your version
of the code to
$GOPATH/src/github.com/grafana/grafana
. The last options makes it possible to change
directly to
`$GOPATH/src/github.com/grafana`
or you can create a symbolic link from your version
of the code to
`$GOPATH/src/github.com/grafana/grafana`
. The last options makes it possible to change
easily the grafana repository you want to build.
```
bash
go get github.com/
*
your_account
*
/grafana
...
...
@@ -108,7 +108,7 @@ go run build.go build
### Building frontend assets
To build less to css for the frontend you will need a recent version of
of
**node (v4+)**
,
To build less to css for the frontend you will need a recent version of
**node (v4+)**
,
npm (v2.5.0) and grunt (v0.4.5). Run the following:
```
bash
...
...
@@ -135,7 +135,7 @@ bra run
./bin/grafana-server
```
Open grafana in your browser (default
http://localhost:3000) and login with admin user (default user/pass = admin/admin
).
Open grafana in your browser (default
:
`http://localhost:3000`
) and login with admin user (default:
`user/pass = admin/admin`
).
### Dev config
...
...
@@ -147,7 +147,7 @@ You only need to add the options you want to override. Config files are applied
3.
custom.ini
## Create a pull request
Before or after you create a pull request, sign the
[
contributor license agreement
](
http://
grafana.org/docs/contributing/cla.html
)
.
Before or after you create a pull request, sign the
[
contributor license agreement
](
http://
docs.grafana.org/project/cla/
)
.
## Contribute
If you have any idea for an improvement or found a bug do not hesitate to open an issue.
...
...
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