1. 程式人生 > >https://github.com/mobz/elasticsearch-head#running-with-built-in-server獨立的服務啟動

https://github.com/mobz/elasticsearch-head#running-with-built-in-server獨立的服務啟動

https://github.com/mobz/elasticsearch-head#running-with-built-in-serverhttps://github.com/mobz/elasticsearch-head#running-with-built-in-serverhttp://blog.csdn.net/onlylove_longshao/article/details/72765696

[[email protected] bin]$ yum search  npm 

已載入外掛:fastestmirror, langpacks
Determining fastest mirrors
 * base: mirrors.cn99.com
 * extras: mirrors.cn99.com
 * updates: mirrors.zju.edu.cn
========================================================================================= 匹配:npm =========================================================================================
python-kdcproxy.noarch : MS-KKDCP (kerberos proxy) WSGI module
[
[email protected]
bin]$ yum install python-kdcproxy.noarch
已載入外掛:fastestmirror, langpacks
您需要 root 許可權執行此命令。
[[email protected] bin]$ sudo yum install python-kdcproxy.noarch
[sudo] wangshumin 的密碼:
已載入外掛:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.bit.edu.cn
 * extras: mirror.bit.edu.cn
 * updates: mirrors.neusoft.edu.cn
正在解決依賴關係
--> 正在檢查事務
---> 軟體包 python-kdcproxy.noarch.0.0.3.2-1.el7 將被 安裝
--> 解決依賴關係完成


依賴關係解決


=============================================================================================================================================================================================
 Package                                            架構                                      版本                                             源                                       大小
=============================================================================================================================================================================================
正在安裝:
 python-kdcproxy                                    noarch                                    0.3.2-1.el7                                      base                                     27 k


事務概要
=============================================================================================================================================================================================
安裝  1 軟體包


總下載量:27 k
安裝大小:94 k
Is this ok [y/d/N]: y
Downloading packages:
python-kdcproxy-0.3.2-1.el7.noarch.rpm                                                                                                                                |  27 kB  00:00:03     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  正在安裝    : python-kdcproxy-0.3.2-1.el7.noarch                                                                                                                                       1/1 
  驗證中      : python-kdcproxy-0.3.2-1.el7.noarch                                                                                                                                       1/1 


已安裝:
  python-kdcproxy.noarch 0:0.3.2-1.el7                                                                                                                                                       


完畢!
[
[email protected]
bin]$ yum search  npm 
已載入外掛:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.cn99.com
 * extras: mirrors.cn99.com
 * updates: mirrors.zju.edu.cn
========================================================================================= 匹配:npm =========================================================================================
python-kdcproxy.noarch : MS-KKDCP (kerberos proxy) WSGI module
[
[email protected]
bin]$ ll
總用量 24312
-rwxrwxr-x. 1 wangshumin wangshumin 24888558 6月  29 2016 node
lrwxrwxrwx. 1 wangshumin wangshumin       38 6月  29 2016 npm -> ../lib/node_modules/npm/bin/npm-cli.js
-rw-rw-r--. 1 wangshumin wangshumin     2729 1月  28 23:23 npm-debug.log
[[email protected] bin]$ npm install -g grunt-cli
/home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/grunt -> /home/wangshumin/ekl/node-v4.4.7-linux-x64/lib/node_modules/grunt-cli/bin/grunt
[email protected] /home/wangshumin/ekl/node-v4.4.7-linux-x64/lib/node_modules/grunt-cli
├── [email protected]
├── [email protected].6 ([email protected])
├── [email protected]
└── [email protected] ([email protected])
[[email protected] bin]$  npm install grunt --save-dev 
npm ERR! not a package /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/grunt
npm ERR! addLocal Could not install /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/grunt
npm ERR! Linux 3.10.0-693.el7.x86_64
npm ERR! argv "/home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/node" "/home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/npm" "install" "grunt" "--save-dev"
npm ERR! node v4.4.7
npm ERR! npm  v2.15.8
npm ERR! path /tmp/npm-5368-dc5a1391/unpack-01d8ebec38e9/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open


npm ERR! enoent ENOENT: no such file or directory, open '/tmp/npm-5368-dc5a1391/unpack-01d8ebec38e9/package.json'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 


npm ERR! Please include the following file with any support request:
npm ERR!     /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/npm-debug.log
[[email protected] bin]$ grunt -version
grunt-cli v1.2.0
[[email protected] bin]$ npm install grunt --save-dev
npm ERR! not a package /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/grunt
npm ERR! addLocal Could not install /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/grunt
npm ERR! Linux 3.10.0-693.el7.x86_64
npm ERR! argv "/home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/node" "/home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/npm" "install" "grunt" "--save-dev"
npm ERR! node v4.4.7
npm ERR! npm  v2.15.8
npm ERR! path /tmp/npm-5393-80bb7d4a/unpack-dbfe874fac2d/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open


npm ERR! enoent ENOENT: no such file or directory, open '/tmp/npm-5393-80bb7d4a/unpack-dbfe874fac2d/package.json'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 


npm ERR! Please include the following file with any support request:
npm ERR!     /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/npm-debug.log
[[email protected] bin]$ git clone git://github.com/mobz/elasticsearch-head.git
正克隆到 'elasticsearch-head'...
remote: Counting objects: 4224, done.
remote: Total 4224 (delta 0), reused 0 (delta 0), pack-reused 4224
接收物件中: 100% (4224/4224), 2.16 MiB | 126.00 KiB/s, done.
處理 delta 中: 100% (2329/2329), done.
[[email protected] bin]$ cd elasticsearch-head
[[email protected] elasticsearch-head]$ ll
總用量 44
-rw-rw-r--. 1 wangshumin wangshumin  248 1月  28 23:29 Dockerfile
-rw-rw-r--. 1 wangshumin wangshumin  221 1月  28 23:29 Dockerfile-alpine
-rw-rw-r--. 1 wangshumin wangshumin  104 1月  28 23:29 elasticsearch-head.sublime-project
-rw-rw-r--. 1 wangshumin wangshumin 2171 1月  28 23:29 Gruntfile.js
-rw-rw-r--. 1 wangshumin wangshumin 3482 1月  28 23:29 grunt_fileSets.js
-rw-rw-r--. 1 wangshumin wangshumin 1088 1月  28 23:29 index.html
-rw-rw-r--. 1 wangshumin wangshumin  559 1月  28 23:29 LICENCE
-rw-rw-r--. 1 wangshumin wangshumin  886 1月  28 23:29 package.json
-rw-rw-r--. 1 wangshumin wangshumin  100 1月  28 23:29 plugin-descriptor.properties
drwxrwxr-x. 4 wangshumin wangshumin   53 1月  28 23:29 proxy
-rw-rw-r--. 1 wangshumin wangshumin 6944 1月  28 23:29 README.textile
drwxrwxr-x. 5 wangshumin wangshumin  140 1月  28 23:29 _site
drwxrwxr-x. 4 wangshumin wangshumin   31 1月  28 23:29 src
drwxrwxr-x. 4 wangshumin wangshumin   70 1月  28 23:29 test
[[email protected] elasticsearch-head]$ npm install
npm WARN package.json [email protected] license should be a valid SPDX license expression
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated [email protected]: Use the built-in module in node 9.0.0 or newer, instead
npm WARN engine [email protected]: wanted: {"node":">=4.5.0"} (current: {"node":"4.4.7","npm":"2.15.8"})
npm WARN optional dep failed, continuing [email protected]
/
> [email protected] install /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/elasticsearch-head/node_modules/grunt-contrib-jasmine/node_modules/grunt-lib-phantomjs/node_modules/phantomjs-prebuilt
> node install.js


PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Receiving...
  [=====================================---] 92%
Error making request.
Error: read ECONNRESET
    at exports._errnoException (util.js:873:11)
    at TLSWrap.onread (net.js:557:26)


Please report this full log at https://github.com/Medium/phantomjs
npm ERR! Linux 3.10.0-693.el7.x86_64
npm ERR! argv "/home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/node" "/home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/npm" "install"
npm ERR! node v4.4.7
npm ERR! npm  v2.15.8
npm ERR! code ELIFECYCLE


npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node install.js'.
npm ERR! This is most likely a problem with the phantomjs-prebuilt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs phantomjs-prebuilt
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! 
npm ERR!     npm owner ls phantomjs-prebuilt
npm ERR! There is likely additional logging output above.


npm ERR! Please include the following file with any support request:
npm ERR!     /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/elasticsearch-head/npm-debug.log
[[email protected] elasticsearch-head]$ ll
總用量 784
-rw-rw-r--.  1 wangshumin wangshumin    248 1月  28 23:29 Dockerfile
-rw-rw-r--.  1 wangshumin wangshumin    221 1月  28 23:29 Dockerfile-alpine
-rw-rw-r--.  1 wangshumin wangshumin    104 1月  28 23:29 elasticsearch-head.sublime-project
-rw-rw-r--.  1 wangshumin wangshumin   2171 1月  28 23:29 Gruntfile.js
-rw-rw-r--.  1 wangshumin wangshumin   3482 1月  28 23:29 grunt_fileSets.js
-rw-rw-r--.  1 wangshumin wangshumin   1088 1月  28 23:29 index.html
-rw-rw-r--.  1 wangshumin wangshumin    559 1月  28 23:29 LICENCE
drwxrwxr-x. 12 wangshumin wangshumin    218 1月  28 23:40 node_modules
-rw-rw-r--.  1 wangshumin wangshumin 755901 1月  28 23:40 npm-debug.log
-rw-rw-r--.  1 wangshumin wangshumin    886 1月  28 23:29 package.json
-rw-rw-r--.  1 wangshumin wangshumin    100 1月  28 23:29 plugin-descriptor.properties
drwxrwxr-x.  4 wangshumin wangshumin     53 1月  28 23:29 proxy
-rw-rw-r--.  1 wangshumin wangshumin   6944 1月  28 23:29 README.textile
drwxrwxr-x.  5 wangshumin wangshumin    140 1月  28 23:29 _site
drwxrwxr-x.  4 wangshumin wangshumin     31 1月  28 23:29 src
drwxrwxr-x.  4 wangshumin wangshumin     70 1月  28 23:29 test
[[email protected] elasticsearch-head]$ vim  Gruntfile.js
[[email protected] elasticsearch-head]$ ll
總用量 784
-rw-rw-r--.  1 wangshumin wangshumin    248 1月  28 23:29 Dockerfile
-rw-rw-r--.  1 wangshumin wangshumin    221 1月  28 23:29 Dockerfile-alpine
-rw-rw-r--.  1 wangshumin wangshumin    104 1月  28 23:29 elasticsearch-head.sublime-project
-rw-rw-r--.  1 wangshumin wangshumin   2171 1月  28 23:29 Gruntfile.js
-rw-rw-r--.  1 wangshumin wangshumin   3482 1月  28 23:29 grunt_fileSets.js
-rw-rw-r--.  1 wangshumin wangshumin   1088 1月  28 23:29 index.html
-rw-rw-r--.  1 wangshumin wangshumin    559 1月  28 23:29 LICENCE
drwxrwxr-x. 12 wangshumin wangshumin    218 1月  28 23:40 node_modules
-rw-rw-r--.  1 wangshumin wangshumin 755901 1月  28 23:40 npm-debug.log
-rw-rw-r--.  1 wangshumin wangshumin    886 1月  28 23:29 package.json
-rw-rw-r--.  1 wangshumin wangshumin    100 1月  28 23:29 plugin-descriptor.properties
drwxrwxr-x.  4 wangshumin wangshumin     53 1月  28 23:29 proxy
-rw-rw-r--.  1 wangshumin wangshumin   6944 1月  28 23:29 README.textile
drwxrwxr-x.  5 wangshumin wangshumin    140 1月  28 23:29 _site
drwxrwxr-x.  4 wangshumin wangshumin     31 1月  28 23:29 src
drwxrwxr-x.  4 wangshumin wangshumin     70 1月  28 23:29 test
[[email protected] elasticsearch-head]$ npm install
npm WARN package.json [email protected] license should be a valid SPDX license expression
npm WARN engine [email protected]: wanted: {"node":">=4.5.0"} (current: {"node":"4.4.7","npm":"2.15.8"})
-
> [email protected] install /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/elasticsearch-head/node_modules/grunt-contrib-jasmine/node_modules/grunt-lib-phantomjs/node_modules/phantomjs-prebuilt
> node install.js


PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Receiving...
  [===-------------------------------------] 7%^C
[[email protected] elasticsearch-head]$ npm run start


> [email protected] start /home/wangshumin/ekl/node-v4.4.7-linux-x64/bin/elasticsearch-head
> grunt server


Running "connect:server" (connect) task
Waiting forever...
Started connect web server on http://localhost:9100

相關推薦

https://github.com/mobz/elasticsearch-head#running-with-built-in-server獨立服務啟動

https://github.com/mobz/elasticsearch-head#running-with-built-in-serverhttps://github.com/mobz/elasticsearch-head#running-with-built-in-s

iOS - 解決Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named

轉載自: https://www.cnblogs.com/hero11223/p/8882732.html 1  本來cocopods沒有問題,最近建立專案,利用cocopods匯入第三方庫的時候,出現如下錯誤: [!] Unable to add a source with

vue2.0配置 https://github.com/wike933/vuebook

random 新項目 靜態資源 name project 環境配置 定義 詳細 目錄 前言: 學習VUE幾個月,看了很多例子和資料,vue雖然中文文檔比較多,但是都是一些零散的教程,我這裏打算寫一本完整的VUE2.0的開發教程(因為時間有限,每天更新一小塊,希望大家支持)

https://github.com/MediaTek-Labs/linkit-smart-7688-feed編譯失敗

lin tar.bz2 tar gdb prepare com gin err evel 2017-06-26 16:08:49 (8.82 KB/s) - Read error at byte 10119560/24112160 (Connection timed out

git推送到github報錯:error: The requested URL returned error: 403 Forbidden while accessing https://github.com

rep 發的 rac adc lob hub sta stat forward 最近使用git命令從github克隆倉庫到版本,然後進行提交到github時報錯如下: [[email protected]/* */ git_test]# git push ori

11、比對軟件STAR(https://github.com/alexdobin/STAR)

之前 sam tween 4.3 rand dex 帶來 註釋 是我 轉載:https://mp.weixin.qq.com/s?__biz=MzI1MjU5MjMzNA==&mid=2247484731&idx=1&sn=b15fbee5910b3

Detectron系統實現了最先進的物體檢測算法https://github.com/facebookresearch/Detectron

ctr 領域 oss bject 代碼 很多 github res 平臺 ,包括Mask R-CNN。 它是用Python編寫的,支持Caffe2深度學習框架。 不久前,FAIR才開源了語音識別的工具wav2letter,戳這裏看大數據文摘介紹《快訊 | Faceb

git同步遇到報錯“fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports incompatible or unsupported protocol version.”

版本升級 pat gpo new 依然 curl ted git pos git同步遇到報錯“fatal: unable to access ‘https://github.com/ruanwenwu/newp.git/‘: Peer reports incompatibl

git同步遇到報錯“fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports incompatible or unsupported protocol version.”

tps 問題解決 問題 ces proto fat version prot nco git同步遇到報錯“fatal: unable to access ‘https://github.com/lizhong24/mysite2.git/‘: Peer reports in

fatal: unable to access 'https://github.com/open-falcon/falcon-plus.git/': Peer reports incompatible or unsupported protocol version

fat AC pan 通過 access 解決 pla total 出現 git通過git clone下載github上的資源到機器上,結果出現如題所示的錯誤。 [plain] view plain copy [root@server data]# git

安裝ionic cordova專案並打包成apk中遇到的問題(安裝的是https://github.com/SilvaEmerson/face_recognition_app)

安裝依賴npm install 解決:安裝了python2.7(版本python3+不行) 再次npm install 解決:以管理員身份在cmd執行 npm install -global -production windows-build-tools 參考:htt

Git使用常見錯誤,建立倉庫-提交程式碼攻略 Github錯誤:fatal: Authentication failed for 'https://github.com/ ...

專案開發進入測試階段,公司非IT公司,臨時搭建起來的開發團隊,沒有運維,服務端那邊也沒有提供SVN 或者git地址。所以一個月的時間都是把程式碼放到本地。幸好是公司桌上型電腦,並沒有出現硬碟損壞,程式碼丟失等天災人禍,不過已經進入發版階段,肯定設計開設分支等問題,所以還是抽出一點時間,把程式碼上傳至

hexo報錯fatal: unable to access 'https://github.com/messi1002/messi1002.github.io.git/':

  【問題】:hexo提交hexo d命令時報錯:         fatal: unable to access 'https://github.com/messi1002/messi1002.github.io.git/': The re

Java分散式中文分片語件 - word分詞(轉自 https //github com/ysc/word)

分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!        

Golang的配置資訊處理框架Viper【專案地址:https://github.com/spf13/viper】

轉自:http://blog.51cto.com/13599072/2072753 Viper 專案地址:https://github.com/spf13/viper 本文翻譯自該專案裡README.md檔案中的內容 有很多Go語言專案用到了Viper框架,比如: Hugo

hexo d 報錯‘fatal: could not read Username for 'https://github.com': No error’

問題描述 今天早上,一如往常的往在github上建立的hexo部落格上傳文章,結果報錯 ‘fatal: could not read Username for 'https://github.com': No error’ create mode 100644 2018/09/16/1537059562/i

Git使用及push過程中Username for 'https://github.com':解決

安裝Git客戶端及註冊Github過程 在https://git-scm.com/downloads下載Git for windows這是一個git的windows系統的命令列版本. 在https://tortoisegit.org/download/下載 tortoise git這個是gi

hexo報錯fatal: unable to access 'https://github.com/messi1002/messi1002.github.io.git/':

【問題】:hexo提交hexo d命令時報錯:         fatal: unable to access 'https://github.com/messi1002/messi1002.github.io.git/': The requested URL retu

https://github.com/luoxianjie

RabbitMQ 官方建議通過二進位制檔案方式安裝,在此我們使用推薦的方式安裝 1,匯入RabbitMQ簽名,使RPM元件信任安裝包 rpm --import https://github.com/rabbitmq/signing-keys/releases/d

FinixLei的專欄 (https://github.com/FinixLei)

看到某公司2018的校招筆試題,手癢做了一下。非常簡單,數分鐘可以搞定。但是也要細心一點,因為也會有些小坑。題目大意是:寫一個函式,實現除法,返回整數結果和餘數,要求演算法複雜度o(lgN). 5分鐘寫