我尝试安装 grafana 并按照说明进行操作
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
输入Localhost:8080显示如下而不是 grafana 界面:
我尝试安装 grafana 并按照说明进行操作
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
输入Localhost:8080显示如下而不是 grafana 界面: