当前位置:网站首页>Detailed explanation of neo4j installation process
Detailed explanation of neo4j installation process
2022-07-07 07:22:00 【Programmer base camp】
In the installation neo4j Before , Need to install Java JRE, And configuration Java development environment , Then install neo4j service .
One 、CentOS Lower installation
1. download Neo4j
Go to the official website to download the latest neo4j, Choose the community version . Address :https://neo4j.com/download/other-releases/#releases

Download locally Neo4j The compressed package is uploaded to CentOS The server , command :scp neo4j-community-3.5.13-unix.tar.gz [email protected] The server ip:/usr/local.( Or upload it in other ways )
2. decompression
Will upload neo4j Decompress the package , command :tar -xzvf neo4j-community-3.5.13-unix.tar.gz
If you encounter the following problems during decompression :

This indicates that there is a problem with the compressed package , No download complete , Solve after downloading again .
3. start-up
After successful decompression Neo4j Start... In the directory , Get into Neo4j Under the table of contents , Start command :./bin/neo4j console
If you get the following information , That is the java Version is too low ,Neo4j The official demand is jdk1.8
ERROR: Unable to find Java executable.
* Please use Oracle(R) Java(TM) 8, OpenJDK(TM) or IBM J9 to run Neo4j.
* Please see https://neo4j.com/docs/ for Neo4j installation instructions.
If everything is normal , You will get the following prompt message :

Open a browser locally , Input url:http:// The server ip:7474/browser, cannot access :

Now ,① Check whether the firewall state of the server is off ;② Check 7474 Whether the port is occupied
If neither of the above is , Find the configuration file :cd /usr/local/neo4j-community-3.5.13/conf
Edit profile vi neo4j.conf

Find these two sentences , Remove the notation , Save and exit , restart neo4j Everything is normal after the service .
Two 、Windows Lower installation
1. download Neo4j
Go to the official website to download the latest neo4j, Choose the community version . Address :https://neo4j.com/download/other-releases/#releases

2. decompression
decompression Neo4j Compressed package .
Neo4j The application has the following main directory structure :
- bin Catalog : Used to store Neo4j Executable program of ;
- conf Catalog : Used to control the Neo4j Boot profile ;
- data Catalog : Used to store core database files ;
- plugins Catalog : Used to store Neo4j Plug in for ;
3. Configure environment variables
My computer → attribute → Advanced system setup → senior → environment variable
New variable :NEO4J_HOME, A variable's value :D:\Programming\neo4j-community-3.5.13
Modify variables :path, Added value :%NEO4J_HOME%\bin;
4. start-up
Open the command line , Get into neo4j Of bin Catalog , Enter the command :neo4j console. Open database , And in the browser http://localhost:7474 View in NEO4J database
default host yes bolt://localhost:7687, The default user is neo4j, The default password is :neo4j, First successful login to Neo4j After the server , Password reset required .
边栏推荐
- readonly 只读
- Advantages of using net core / why
- PostgreSQL source code (59) analysis of transaction ID allocation and overflow judgment methods
- JS decorator @decorator learning notes
- Cloud backup project
- Mobx knowledge point collection case (quick start)
- Stockage et pratique des données en langage C (haut niveau)
- Non empty verification of collection in SQL
- 2018 Jiangsu Vocational College skills competition vocational group "information security management and evaluation" competition assignment
- [Luogu p1971] rabbit and egg game (bipartite game)
猜你喜欢

Master-slave replication principle of MySQL

我理想的软件测试人员发展状态

mips uclibc 交叉编译ffmpeg,支持 G711A 编解码

抽丝剥茧C语言(高阶)数据的储存+练习

Non empty verification of collection in SQL

1089: highest order of factorial

Implementing data dictionary with JSP custom tag

$parent (get parent component) and $root (get root component)

Answer to the second stage of the assignment of "information security management and evaluation" of the higher vocational group of the 2018 Jiangsu Vocational College skills competition

Sword finger offer high quality code
随机推荐
js小练习----分时提醒问候、表单密码显示隐藏效果、文本框焦点事件、关闭广告
Chinese and English instructions prosci LAG-3 recombinant protein
记一个并发规则验证实现
抽絲剝繭C語言(高階)指針的進階
普通测试年薪15w,测试开发年薪30w+,二者差距在哪?
Implementing data dictionary with JSP custom tag
How do I get the last part of a string- How to get the last part of a string?
ROS2规划系统plansys2简单的例子
Leetcode t1165: log analysis
Readonly read only
LC interview question 02.07 Linked list intersection & lc142 Circular linked list II
Differences between H5 architecture and native architecture
Esxi attaching mobile (Mechanical) hard disk detailed tutorial
Sqlserver multithreaded query problem
Kuboard无法发送邮件和钉钉告警问题解决
Basic process of network transmission using tcp/ip four layer model
Composition API premise
leetcode 509. Fibonacci number
Paranoid unqualified company
Composition API 前提