当前位置:网站首页>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 .
边栏推荐
- Abnova circulating tumor DNA whole blood isolation, genomic DNA extraction and analysis
- About binary cannot express decimals accurately
- Torefs API and toref API
- Non empty verification of collection in SQL
- Blue Bridge Cup Netizen age (violence)
- Select the product attribute pop-up box to pop up the animation effect from the bottom
- L'étape avancée du pointeur de langage C (haut de gamme) pour l'enroulement des cocons
- ROS2规划系统plansys2简单的例子
- Tool class: object to map hump to underline underline hump
- Hidden Markov model (HMM) learning notes
猜你喜欢
RuntimeError: CUDA error: CUBLAS_ STATUS_ ALLOC_ Failed when calling `cublascreate (handle) `problem solving
Flexible layout (I)
Esxi attaching mobile (Mechanical) hard disk detailed tutorial
At the age of 20, I got the ByteDance offer on four sides, and I still can't believe it
Leetcode t1165: log analysis
非父子组件的通信
Bus message bus
异步组件和Suspense(真实开发中)
Implementing data dictionary with JSP custom tag
MIPS uclibc cross compile ffmpeg, support g711a encoding and decoding
随机推荐
freeswitch拨打分机号源代码跟踪
Kuboard无法发送邮件和钉钉告警问题解决
Reflection (II)
虚拟机的作用
Basic process of network transmission using tcp/ip four layer model
The startup of MySQL installed in RPM mode of Linux system failed
A slow SQL drags the whole system down
Network foundation - header, encapsulation and unpacking
How to model and simulate the target robot [mathematical / control significance]
OOM(内存溢出)造成原因及解决方案
Software acceptance test
Docker compose start redis cluster
修改Jupyter Notebook文件路径
Leetcode t1165: log analysis
How can gyms improve their competitiveness?
详解机器翻译任务中的BLEU
Libcurl returns curlcode description
Abnova circulating tumor DNA whole blood isolation, genomic DNA extraction and analysis
Le Service MySQL manque dans le service informatique
Non empty verification of collection in SQL