From 5235adcc9489169ec5a6362dd46190541f1173a9 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 29 Jan 2019 17:36:17 +0300 Subject: [PATCH] Remove Installation section from readme --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 1157078..e03a518 100644 --- a/README.md +++ b/README.md @@ -33,28 +33,6 @@ See also: * [hastic-server](https://github.com/hastic/hastic-server) * [Grafana >= 5.1.1](https://grafana.com/grafana/download) -# Installation - -- Navigate to /plugins directory in /data/plugins - -- Download hastic graph panel -``` -wget https://github.com/hastic/hastic-grafana-app/releases/download/0.2.7/hastic-grafana-app-0.2.7.tar.gz -``` - -- Unpack downloaded files -``` -tar -zxvf hastic-grafana-app-0.2.7.tar.gz -``` - -- Restart grafana-server - - For grafana installed via Standalone Linux Binaries: - - Stop any running instances of grafana-server - - Start grafana-server by: - ```$GRAFANA_PATH/bin/grafana-server``` - - For grafana installed via Package Manager: - - type in ```systemctl restart grafana-server``` - # Credits