Linuxインストールneo 4 j
10654 ワード
Linuxインストール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
#dbms.connectors.default_listen_address=0.0.0.0
キャンセル後
dbms.connectors.default_listen_address=0.0.0.0
開始
(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