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/linux/tarball.adoc
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,6 @@ See the link:https://neo4j.com/terms/licensing/[Neo4j licensing] page for detail
60
60
+
61
61
** Set the environment variable `NEO4J_ACCEPT_LICENSE_AGREEMENT=eval`.
62
62
** Run `<NEO4J_HOME>/bin/neo4j-admin server license --accept-evaluation`.
63
-
. (Optional) Decouple the data and configuration directories from the binary files by setting the environment variable `NEO4J_CONF` and `server.directories.data` to point to the desired locations.
64
-
Storing your data and configuration on a separate disk or partition can simplify the upgrade process later.
65
63
. 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`.
66
64
+
67
65
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
0 commit comments