Browse Source

Merge branch 'master' of https://github.com/hastic/hastic-server

pull/1/head
rozetko 6 years ago
parent
commit
2cfaee9969
  1. 8
      README.md

8
README.md

@ -7,11 +7,9 @@ see [REST API](REST.md)
## Build & run ## 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 installation
### Docker
Example of running hastic-server in Docker: 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=<your_grafana_api_key> hastic-server docker run -d --name hastic-server -p 80:8000 -e HASTIC_API_KEY=<your_grafana_api_key> hastic-server
``` ```
### Linux ### Linux installation
#### Environment variables #### Environment variables

Loading…
Cancel
Save