File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/ROOT/pages/installation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ If the password is not set explicitly using this method, it will be set to the d
4343In that case, you will be prompted to change the default password at first login. +
4444For more information, see xref:configuration/set-initial-password.adoc[].
4545. Start Neo4j:
46- * To run Neo4j as a console application, use: `$NEO4J_HOME/bin/neo4j console`.
47- * To run Neo4j in a background process, use: `$NEO4J_HOME/bin/neo4j start`.
46+ * To run Neo4j as a console application, use: `$NEO4J_HOME/bin/neo4j server console`.
47+ * To run Neo4j in a background process, use: `$NEO4J_HOME/bin/neo4j server start`.
4848. Open http://localhost:7474 in your web browser.
4949. Connect using the username `neo4j` with your password or the default password `neo4j`.
5050You will then be prompted to change the password.
@@ -94,4 +94,4 @@ sudo systemctl disable neo4j
9494---
9595rm /lib/systemd/system/neo4j.service
9696rm -rf NEO4J_HOME
97- ---
97+ ---
You can’t perform that action at this time.
0 commit comments