You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/installation/osx.adoc
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ This command starts the Neo4j service and sets it to launch automatically at sys
67
67
brew services list
68
68
----
69
69
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.
71
71
72
72
73
73
== Access Neo4j
@@ -82,11 +82,11 @@ However, you can use the Neo4j Aura console to access these features in a cloud
82
82
. Log in to the Aura Console at https://console.neo4j.io/.
83
83
. Connect to your Neo4j server by entering the connection details, such as the server address and port.
84
84
//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`.
86
86
If the default password is used, you will be prompted to change it upon first login.
87
87
. Once connected, you can use the Aura Console to run Cypher queries, visualize graphs, and monitor your local Neo4j in the cloud environment.
88
88
89
-
=== Using Neo4j Browser (default)
89
+
=== Using Neo4j Browser
90
90
The Neo4j Browser is a web-based user interface for interacting with Neo4j.
91
91
To access the Neo4j Browser, open a web browser and navigate to:
92
92
@@ -95,15 +95,20 @@ To access the Neo4j Browser, open a web browser and navigate to:
95
95
If the default password is used, you will be prompted to change it upon first login.
96
96
97
97
=== Using Cypher Shell
98
+
98
99
Cypher Shell is a command-line tool for executing Cypher queries against a Neo4j database.
99
100
To use Cypher Shell, run the following command in your terminal:
0 commit comments