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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
6
6
If it is not already installed, get link:https://openjdk.org/[OpenJDK 21] or link:https://www.azul.com/downloads/[ZuluJDK 21].
7
7
8
8
[[osx-console]]
9
-
== Install Neo4j as a console application
9
+
== Install and start Neo4j
10
10
11
11
You can run Neo4j as a console application on macOS.
12
12
@@ -23,10 +23,11 @@ Storing your Neo4j files outside `NEO4J_HOME` will simplify the upgrade process
23
23
Otherwise, these Neo4j files will remain in the old installation folder and may be accidentally overwritten during an upgrade or deleted during a subsequent uninstall.
24
24
====
25
25
. label:enterprise[Enterprise Edition] Accept either the commercial or the evaluation license agreement by one of the following methods:
26
-
* Commercial license agreement (See the link:https://legal.neo4j.com/[Neo4j licensing] page for details on the available agreements.):
26
+
* Use one of the following options to accept the commercial license agreement.
27
+
See the link:https://legal.neo4j.com/[Neo4j licensing] page for details on the available agreements.:
27
28
** Set the environment variable `NEO4J_ACCEPT_LICENSE_AGREEMENT=yes`.
28
29
** Run `$NEO4J_HOME/bin/neo4j-admin server license --accept-commercial`
29
-
* link:https://neo4j.com/terms/enterprise_us/[Neo4j Evaluation Agreement for Neo4j Software]:
30
+
* Use one of the following options to accept the link:https://neo4j.com/terms/enterprise_us/[Neo4j Evaluation Agreement for Neo4j Software]:
30
31
** Set the environment variable `NEO4J_ACCEPT_LICENSE_AGREEMENT=eval`.
31
32
** Run `$NEO4J_HOME/bin/neo4j-admin server license --accept-evaluation`.
32
33
. Before starting up the database for the first time, it is recommended to use the `set-initial-password` command of `neo4j-admin` to define the password for the native user `neo4j`.
0 commit comments