Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/ROOT/pages/installation/osx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ If the password is not set explicitly using this method, it will be set to the d
In that case, you will be prompted to change the default password at first login. +
For more information, see xref:configuration/set-initial-password.adoc[].
. Start Neo4j:
* To run Neo4j as a console application, use: `$NEO4J_HOME/bin/neo4j console`.
* To run Neo4j in a background process, use: `$NEO4J_HOME/bin/neo4j start`.
* To run Neo4j as a console application, use: `$NEO4J_HOME/bin/neo4j server console`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, neo4j server console is wrong. You can either use $NEO4J_HOME/bin/neo4j console or $NEO4J_HOME/bin/neo4j-admin server console. The same applies to neo4j start. You can find more information, here.

* To run Neo4j in a background process, use: `$NEO4J_HOME/bin/neo4j server start`.
. Open http://localhost:7474 in your web browser.
. Connect using the username `neo4j` with your password or the default password `neo4j`.
You will then be prompted to change the password.
Expand Down Expand Up @@ -94,4 +94,4 @@ sudo systemctl disable neo4j
---
rm /lib/systemd/system/neo4j.service
rm -rf NEO4J_HOME
---
---
Loading