From a089cd6e35596f35a27fe15ef11d00f7a8ec889e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 20 Jan 2014 11:00:07 +0100 Subject: [PATCH] small fixes to readme.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b00a7b2043d..566a8ecc367 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,15 @@ Grafana is very easy to install. It is a client side web app with no backend. An # Installation - Download and extract the [latest release](https://github.com/asimov-deploy/asimov-deploy-winagent/releases/latest). -- Edit config.js , the change graphiteUrl and elasticsearch to the correct urls. The urls entered here must be reachable by your browser. +- Edit 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. To run from master: -- Clone repository +- Clone this repository - Start a web server in src folder - For development you can use - npm install - - grunt server (starts node server) + - grunt server (starts node server) # 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: @@ -80,9 +80,10 @@ If your Graphite web is proteced by basic authentication, you have to enable the # 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! -Clone repository: +Clone repository: - npm install - grunt server (starts development web server in src folder) +- grunt (runs jshint and less -> css compilation) - grunt build (creates minified & optimized javascript & partials) # Notice