0%

安装 es head

git clone git://github.com/mobz/elasticsearch-head.git
cd elasticsearch-head

在windows的cmd窗口运行
npm install
npm run start

如果phantomjs还没安装,下载安装
http://phantomjs.org/download.html

开始以为要翻墙,但其实不翻墙网络更快
开始是在git bash窗口下运行 npm install,但没读到PATH变量,改为cmd窗口运行