From 87707c964c23820ccec0a309eb06badc41827b06 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Tue, 20 Nov 2018 08:46:09 +0100 Subject: [PATCH] Revert "docs: building Grafana on arm." Further work-arounds are needed to make this work. This reverts commit 8a2de587284d9cf3e50938e35e6604ec4febf16f. --- docs/sources/project/building_from_source.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/sources/project/building_from_source.md b/docs/sources/project/building_from_source.md index fa2876d88a8..eed05f05fa6 100644 --- a/docs/sources/project/building_from_source.md +++ b/docs/sources/project/building_from_source.md @@ -50,10 +50,6 @@ The Grafana backend includes Sqlite3 which requires GCC to compile. So in order npm --add-python-to-path='true' --debug install --global windows-build-tools ``` -#### Building on arm - -There is no `phantomjs-prebuilt` for arm, unfortunately that means that the frontend build will fail on arm. To fix this on arm, remove the `phantomjs-prebuilt` dependency (the whole line) from `package.json`. This also means that you won't be able to generate images of your graphs when running Grafana on arm. - ## Build the Frontend Assets For this you need nodejs (v.6+). @@ -149,4 +145,4 @@ Please contribute to the Grafana project and submit a pull request! Build new fe ## Logging in for the first time To run Grafana open your browser and go to the default port http://localhost:3000 or the port you have configured. -Then follow the instructions [here](/guides/getting_started/). +Then follow the instructions [here](/guides/getting_started/). \ No newline at end of file