Linuxインストールneo 4 j


Linuxインストールneo 4 j


ガイド人

  • jdk環境
  • を構成するかどうかを決定する.
  • neo 4 jをダウンロードし、
  • をクリックします.

    例えば、私自身

  • ダウンロード
  • (base) [root@iZ2ze5lq5zpd6lctghc8x3Z down] wget https://neo4j.com/artifact.php?name=neo4j-community-3.5.7-unix.tar.gz
    
  • 解凍
  • (base) [root@iZ2ze5lq5zpd6lctghc8x3Z down]# tar -zxvf neo4j-community-3.5.7-unix.tar.gz
    
  • 解凍したものを自分の考えのカタログの下に置く
  • (base) [root@iZ2ze5lq5zpd6lctghc8x3Z neo4j-community-3.5.7]# ll
    total 236
    drwxr-xr-x 3  187 root    4096 Jun 28 17:38 bin
    drwxr-xr-x 2 root root    4096 Jul 12 14:01 certificates
    drwxr-xr-x 2  187 input   4096 Jul 12 14:02 conf
    drwxr-xr-x 4  187 input   4096 Jul 12 14:01 data
    drwxr-xr-x 2  187 input   4096 Jun 28 17:25 import
    drwxr-xr-x 2 root root   12288 Jul 12 14:00 lib
    -rw-r--r-- 1  187 input 141234 Jun 28 17:25 LICENSES.txt
    -rw-r--r-- 1  187 input  36005 Jun 28 17:25 LICENSE.txt
    drwxr-xr-x 2  187 input   4096 Jul 12 14:01 logs
    -rw-r--r-- 1  187 input   6569 Jun 28 17:25 NOTICE.txt
    drwxr-xr-x 2  187 input   4096 Jul 12 14:00 plugins
    -rw-r--r-- 1  187 input   1596 Jun 28 17:25 README.txt
    drwxr-xr-x 2  187 input   4096 Jul 12 14:02 run
    -rw-r--r-- 1  187 input     96 Jun 28 17:25 UPGRADE.txt
    
    
  • confディレクトリの下に入るneo 4 jを修正する.conf、#番号を削除し、
  • を保存
    #dbms.connectors.default_listen_address=0.0.0.0
    

    キャンセル後
    dbms.connectors.default_listen_address=0.0.0.0
    

    開始

  • binディレクトリの下に入り、
  • を実行します.
    (base) [root@iZ2ze5lq5zpd6lctghc8x3Z neo4j-community-3.5.7]# cd bin/
    (base) [root@iZ2ze5lq5zpd6lctghc8x3Z bin]# ll
    total 48
    -rwxr-xr-x 1 187 root   2082 Apr 18 17:01 cypher-shell
    -rwxr-xr-x 1 187 input 15815 Jun 28 17:25 neo4j
    -rwxr-xr-x 1 187 input  8652 Jun 28 17:25 neo4j-admin
    -rwxr-xr-x 1 187 input  8247 Jun 28 17:25 neo4j-import
    drwxr-xr-x 2 187 input  4096 Jul 12 14:00 tools
    (base) [root@iZ2ze5lq5zpd6lctghc8x3Z bin]# ./neo4j start
    
    
  • 成功したかどうかを確認し、あなたのIPプラスポート番号7474
  • にアクセスします.

    私が出会ったERROR

  • アクセス失敗
  • 解決策neo 4 jのポート番号(747476877473)またはファイアウォールを開くか、ポート番号をファイアウォールに追加する
  • .