ubuntu install neo4j

Installation neo4j graphical database versions docker ubuntu above is a very simple operation;

1, start dockers

service docker start 

If you do not see your own docker docker installation tutorial

 

2, the use of docker mirror acquired neo4j

sudo docker pull neo4j

 

3. Create neo4j directory and run:

# Create / neo4j / data folder under / home folder

RUN = --publish Docker 7474: 7474 --publish = 7687: 7687 --volume = / Home / Neo4j / the Data: / the Data Neo4j # open service

 

4, when you can run successfully by http: 7474 / to access the web version of the database: // localhost

 

5, if you want to quit running neo4j directly execute ctrl + c to exit

6, there will be neo4j default login screen after a user name and password, name: neo4j password: neo4j

7, after the registration is completed, you will be prompted to reset your password, you can use the setup is complete

 

Guess you like

Origin www.cnblogs.com/longyue93/p/11088191.html