Skip to content

Commit 4231803

Browse files
committed
some editorial updates
1 parent f553df6 commit 4231803

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/ROOT/pages/installation/osx.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
66
If it is not already installed, get link:https://openjdk.org/[OpenJDK 21] or link:https://www.azul.com/downloads/[ZuluJDK 21].
77

88
[[osx-console]]
9-
== Install Neo4j as a console application
9+
== Install and start Neo4j
1010

1111
You can run Neo4j as a console application on macOS.
1212

@@ -23,10 +23,11 @@ Storing your Neo4j files outside `NEO4J_HOME` will simplify the upgrade process
2323
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.
2424
====
2525
. 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.:
2728
** Set the environment variable `NEO4J_ACCEPT_LICENSE_AGREEMENT=yes`.
2829
** 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]:
3031
** Set the environment variable `NEO4J_ACCEPT_LICENSE_AGREEMENT=eval`.
3132
** Run `$NEO4J_HOME/bin/neo4j-admin server license --accept-evaluation`.
3233
. 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

Comments
 (0)