Commit a089cd6e by Torkel Ödegaard

small fixes to readme.md

parent 8101f01d
...@@ -38,11 +38,11 @@ Grafana is very easy to install. It is a client side web app with no backend. An ...@@ -38,11 +38,11 @@ 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/asimov-deploy/asimov-deploy-winagent/releases/latest). - 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. - Point your browser to the installation.
To run from master: To run from master:
- Clone repository - Clone this repository
- Start a web server in src folder - Start a web server in src folder
- For development you can use - For development you can use
- npm install - npm install
...@@ -83,6 +83,7 @@ If you have any idea for improvement or found a bug do not hesitate to open an i ...@@ -83,6 +83,7 @@ If you have any idea for improvement or found a bug do not hesitate to open an i
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 build (creates minified & optimized javascript & partials) - grunt build (creates minified & optimized javascript & partials)
# Notice # Notice
......
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