Grafana installs successfully but interface is missing on Mac OS Yosemite

1.3k views Asked by At

I try to install the grafana and followed the instruction

git clone https://github.com/grafana/grafana.git
cd grafana
brew  install node 
npm install -g grunt-cli
npm install
grunt build
python -m SimpleHTTPServer

Entering Localhost:8080 shows the following rather than grafana interface:

0

There are 0 answers