Skip to content

Commit f553df6

Browse files
committed
add EE to the macOS as a service and minor editorial updates
1 parent 6cf3c0b commit f553df6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

modules/ROOT/pages/installation/osx.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This command starts the Neo4j service and sets it to launch automatically at sys
6767
brew services list
6868
----
6969

70-
Alternatively, if you prefer to install Neo4j manually, you can use the standard macOS system tools to create a service based on the `neo4j` command.
70+
Alternatively, if you want to install Neo4j Enterprise or prefer native service control, you can use the standard macOS system tools, such as `launchd`, to create a service based on the `neo4j` command.
7171

7272

7373
== Access Neo4j
@@ -82,11 +82,11 @@ However, you can use the Neo4j Aura console to access these features in a cloud
8282
. Log in to the Aura Console at https://console.neo4j.io/.
8383
. Connect to your Neo4j server by entering the connection details, such as the server address and port.
8484
//To add an example.
85-
. Connect using the username `neo4j` with your password or the default password `neo4j`.
85+
. Type the username `neo4j` with your password or the default password `neo4j`.
8686
If the default password is used, you will be prompted to change it upon first login.
8787
. Once connected, you can use the Aura Console to run Cypher queries, visualize graphs, and monitor your local Neo4j in the cloud environment.
8888

89-
=== Using Neo4j Browser (default)
89+
=== Using Neo4j Browser
9090
The Neo4j Browser is a web-based user interface for interacting with Neo4j.
9191
To access the Neo4j Browser, open a web browser and navigate to:
9292

@@ -95,15 +95,20 @@ To access the Neo4j Browser, open a web browser and navigate to:
9595
If the default password is used, you will be prompted to change it upon first login.
9696

9797
=== Using Cypher Shell
98+
9899
Cypher Shell is a command-line tool for executing Cypher queries against a Neo4j database.
99100
To use Cypher Shell, run the following command in your terminal:
101+
100102
[source, shell]
101103
----
102104
$NEO4J_HOME/bin/cypher-shell -u neo4j -p <your_password>
103105
----
106+
104107
Replace `<your_password>` with the password you set for the `neo4j` user.
105108
If you did not set a password, use `neo4j` as the password.
109+
106110
If you are running Neo4j in console mode, you can also run Cypher Shell in the same terminal session:
111+
107112
[source, shell]
108113
----
109114
$NEO4J_HOME/bin/cypher-shell

0 commit comments

Comments
 (0)