mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updated readme and bumped version
This commit is contained in:
parent
2ee2266865
commit
62edf0d266
@ -44,9 +44,9 @@ Grafana is very easy to install. It is a client side web app with no backend. An
|
|||||||
To run from master:
|
To run from master:
|
||||||
- Clone this repository
|
- Clone this repository
|
||||||
- Start a web server in src folder
|
- Start a web server in src folder
|
||||||
- For development you can use
|
- Or create a optimized & minified build:
|
||||||
- npm install
|
-- npm install (requires nodejs)
|
||||||
- grunt server (starts node server)
|
-- grunt build
|
||||||
|
|
||||||
# Graphite server config
|
# Graphite server config
|
||||||
If you haven't used an alternative dashboard for graphite before you need to enable cross-domain origin request. For Apache 2.x:
|
If you haven't used an alternative dashboard for graphite before you need to enable cross-domain origin request. For Apache 2.x:
|
||||||
@ -79,13 +79,12 @@ If your Graphite web is proteced by basic authentication, you have to enable the
|
|||||||
- Add support for other time series databases like InfluxDB
|
- Add support for other time series databases like InfluxDB
|
||||||
|
|
||||||
# Contribute
|
# Contribute
|
||||||
If you have any idea for improvement or found a bug do not hesitate to open an issue. And if you have time clone this repo and submit a pull request and help me make Grafana the kickass metrics & devops dashboard we all dream about!
|
If you have any idea for an improvement or found a bug do not hesitate to open an issue. And if you have time clone this repo and submit a pull request and help me make Grafana the kickass metrics & devops dashboard we all dream about!
|
||||||
|
|
||||||
Clone repository:
|
Clone repository:
|
||||||
- npm install
|
- npm install
|
||||||
- grunt server (starts development web server in src folder)
|
- grunt server (starts development web server in src folder)
|
||||||
- grunt (runs jshint and less -> css compilation)
|
- grunt (runs jshint and less -> css compilation)
|
||||||
- grunt build (creates minified & optimized javascript & partials)
|
|
||||||
|
|
||||||
# Notice
|
# Notice
|
||||||
This software is based on the great log dashboard [kibana](https://github.com/elasticsearch/kibana).
|
This software is based on the great log dashboard [kibana](https://github.com/elasticsearch/kibana).
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"company": "Coding Instinct AB"
|
"company": "Coding Instinct AB"
|
||||||
},
|
},
|
||||||
"name": "grafana",
|
"name": "grafana",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/torkelo/grafana.git"
|
"url": "http://github.com/torkelo/grafana.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user