diff --git a/modules/ROOT/pages/installation/osx.adoc b/modules/ROOT/pages/installation/osx.adoc index e7ae1030c..757d50cbc 100644 --- a/modules/ROOT/pages/installation/osx.adoc +++ b/modules/ROOT/pages/installation/osx.adoc @@ -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`. +* 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. @@ -94,4 +94,4 @@ sudo systemctl disable neo4j --- rm /lib/systemd/system/neo4j.service rm -rf NEO4J_HOME ---- \ No newline at end of file +---