From 693d6de157a741ae825ab9ff171b4b3e6bc598a4 Mon Sep 17 00:00:00 2001 From: amahlaka Date: Fri, 6 Jan 2017 23:15:23 +0200 Subject: [PATCH] added info about required configs (#1726) * added info about required configs * Update installation.markdown --- source/_ecosystem/hadashboard/installation.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_ecosystem/hadashboard/installation.markdown b/source/_ecosystem/hadashboard/installation.markdown index 969a8059da1..622f895d707 100755 --- a/source/_ecosystem/hadashboard/installation.markdown +++ b/source/_ecosystem/hadashboard/installation.markdown @@ -144,5 +144,7 @@ When you are done, you can start a local webserver like this or if you are on do $ dashing start ``` -Point your browser to **http://localhost:3030** to access the hadashboard on your local machine.and you should see the supplied default dashboard. If you want to access it remotely ensure you have opened any required firewall rules. +Point your browser to **http://localhost:3030** to access the hadashboard on your local machine, and you should see the supplied default dashboard. If you want to access it remotely ensure you have opened any required firewall rules. + +If the page never finishes loading and shows up all white, edit the dashboard config to match your own setup, instructions in the next step.