码迷,mamicode.com
首页 > 其他好文 > 详细

elasticsearch5.5-head

时间:2018-03-11 12:06:59      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:stylus   phantomjs   image   一个   nec   tom   下载   started   ali   

  1. 修改 elasticsearch/config/elasticsearch.yml

  2. 添加

    http.cors.enabled: true
    http.cors.allow-origin: "*"
  3. 下载 elasticsearch-head 或者 git clone 到随便一个文件夹

  4. 安装nodejs, 安装9.0.0以上版本  node -v  npm默认安装 npm -v

  5. cd /path/to/elasticsearch-head

  6. npm install -g grunt-cli

  7. npm install 

  8. g) 编辑Gruntfile.js

    文件93行添加hostname:’0.0.0.0’

    h) 检查head根目录下是否存在base文件夹

    没有:将 _site下的base文件夹及其内容复制到head根目录下

    i) 启动grunt server:

    在head下运行grunt server -d启动head插件

    j) 访问head插件:

    http://localhost:9100(启动后会有提示:Started connect web server on http://localhost:9100)

    

注意:

第7条注意点:

1.phantomjs.tar.bz2解压:需要安装bzip2

yum install bzip2

2.

npm WARN elasticsearch-head@0.0.0 license should be a valid SPDX license expression

解决方式:

打开elasticsearch-head目录下的package.json文件,找到license位置

技术分享图片

 

3.phantomjs-prebuilt@2.1.14 install: `node install.js`
Exit status 1

解决方式:

输入dos命令:npm install phantomjs-prebuilt@2.1.14 --ignore-scripts

elasticsearch5.5-head

标签:stylus   phantomjs   image   一个   nec   tom   下载   started   ali   

原文地址:https://www.cnblogs.com/wuer888/p/8543297.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!