From 49c7d7a54c2e6fbf534128491bc267a5e9573cf5 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Wed, 23 May 2018 20:47:03 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a60171..b12c6e3 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,9 @@ see [REST API](REST.md) ## Build & run -First of all, you should generate [API key](http://docs.grafana.org/tutorials/api_org_token_howto/) in your Grafana instance. +Server needs [Grafana's API key](http://docs.grafana.org/tutorials/api_org_token_howto/) to query data from Grafana datasources. -Without API key hastic-server will not be able to use your datasources. - -### Docker +### Docker installation Example of running hastic-server in Docker: @@ -20,7 +18,7 @@ docker build -t hastic-server . docker run -d --name hastic-server -p 80:8000 -e HASTIC_API_KEY= hastic-server ``` -### Linux +### Linux installation #### Environment variables