Commit c7278636 by Torkel Ödegaard

Merge pull request #255 from bobrik/patch-1

Fixed installation instructions for config.js
parents 75fc0c70 046f80b9
...@@ -46,7 +46,7 @@ Grafana is very easy to install. It is a client side web app with no backend. An ...@@ -46,7 +46,7 @@ Grafana is very easy to install. It is a client side web app with no backend. An
# Installation # Installation
- Download and extract the [latest release](https://github.com/torkelo/grafana/releases). - Download and extract the [latest release](https://github.com/torkelo/grafana/releases).
- Edit config.js, then change graphiteUrl and elasticsearch to point to the correct urls. The urls entered here must be reachable by your browser. - Rename `config.sample.js` to `config.js`, then change `graphiteUrl` and `elasticsearch` to point to the correct urls. The urls entered here must be reachable by your browser.
- Point your browser to the installation. - Point your browser to the installation.
To run from master: To run from master:
...@@ -106,4 +106,4 @@ Clone repository: ...@@ -106,4 +106,4 @@ Clone repository:
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).
# License # License
Grafana is distributed under Apache 2.0 License. Grafana is distributed under Apache 2.0 License.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment