Category : Neo4j

Software Installation Install the software sudo su wget –no-check-certificate -O – https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add – echo ‘deb http://debian.neo4j.org/repo stable/’ > /etc/apt/sources.list.d/neo4j.list apt update apt install neo4j Verify Neo4j is running systemctl status neo4j Neo4j Browser Log into the Neo4j Browser http://localhost:7474/browser If asked for a username / password neo4j / neo4j * You ..

Read more