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
9cdd9e6d
Commit
9cdd9e6d
authored
Feb 06, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated readme
parent
f8a10fa7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
README.md
+11
-11
src/app/features/account/partials/account.html
+6
-4
No files found.
README.md
View file @
9cdd9e6d
...
...
@@ -15,21 +15,14 @@ Graphite, InfluxDB & OpenTSDB.
[
![wercker status
](
https://app.wercker.com/status/0f109051cfaf2a6d94c0eebdc0dcaeae/s
"wercker status"
)
](https://app.wercker.com/project/bykey/0f109051cfaf2a6d94c0eebdc0dcaeae)
## building and running
Before trying to build make sure the grafana frontend git submodule is loaded.
By clone recursive
```
git clone --recursive <this_repo>
```
In case of after clone
```
git submodule update --init
go get github.com/grafana/grafana
```
Building
```
cd $GOPATH/src/github.com/grafana/grafana
go run build.go setup (only needed once to install godep)
go run build.go build
```
...
...
@@ -44,7 +37,6 @@ go build -o ./bin/grafana .
To build less to css for frontend:
```
cd grafana
npm install
npm install -g grunt-cli
grunt
...
...
@@ -53,10 +45,18 @@ grunt
To rebuild on source change:
```
go get github.com/Unknwon/bra
bra run
```
Running
```
./bin/grafana web
```
Open grafana in your browser (default http://localhost:3000) and login with admin user (default user/pass = admin/admin).
Config
Create a grafana.custom.ini in the conf directory to override default configuration options. You only need to add the options you want to override.
## Features
### Graphite Target Editor
...
...
src/app/features/account/partials/account.html
View file @
9cdd9e6d
...
...
@@ -6,8 +6,10 @@
Account Info
</h2>
<div
class=
"gf-box"
style=
""
>
<div
class=
"gf-box"
>
<div
class=
"gf-box-body"
>
<div
class=
"editor-row"
>
<div
class=
"section"
>
<form
name=
"accountForm"
>
<div>
<div
class=
"tight-form"
>
...
...
@@ -16,17 +18,17 @@
<strong>
Account name
</strong>
</li>
<li>
<input
type=
"text"
required
ng-model=
"account.name"
class=
"input-xlarge tight-form-input last"
>
<input
type=
"text"
required
ng-model=
"account.name"
class=
"input-x
x
large tight-form-input last"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
</div>
<br>
<br>
<button
type=
"submit"
class=
"pull-right btn btn-success"
ng-click=
"update()"
>
Update
</button>
</form>
</div>
</div>
</div>
</div>
...
...
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