Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/ROOT/pages/installation/linux/tarball.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ See the link:https://neo4j.com/terms/licensing/[Neo4j licensing] page for detail
+
** Set the environment variable `NEO4J_ACCEPT_LICENSE_AGREEMENT=eval`.
** Run `<NEO4J_HOME>/bin/neo4j-admin server license --accept-evaluation`.
. (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.
Storing your data and configuration on a separate disk or partition can simplify the upgrade process later.
. Start Neo4j:
* To run Neo4j as a console application, use: `<NEO4J_HOME>/bin/neo4j console`.
* To run Neo4j in a background process, use: `<NEO4J_HOME>/bin/neo4j start`.
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/installation/osx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ See the link:https://neo4j.com/terms/licensing/[Neo4j licensing] page for detail
+
** Set the environment variable `NEO4J_ACCEPT_LICENSE_AGREEMENT=eval`.
** Run `<NEO4J_HOME>/bin/neo4j-admin server license --accept-evaluation`.
. (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.
Storing your data and configuration on a separate disk or partition can simplify the upgrade process later.
. Start Neo4j:
* To run Neo4j as a console application, use: `<NEO4J_HOME>/bin/neo4j console`.
* To run Neo4j in a background process, use: `<NEO4J_HOME>/bin/neo4j start`.
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/installation/windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ See the link:https://neo4j.com/terms/licensing/[Neo4j licensing] page for detail
+
** Set it as an environment variable using `set NEO4J_ACCEPT_LICENSE_AGREEMENT=eval`.
** Run `<NEO4J_HOME>\bin\neo4j-admin server license --accept-evaluation`.
. (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.
Storing your data and configuration on a separate disk or partition can simplify the upgrade process later.
. Start Neo4j:
* To run Neo4j as a console application, use: `<NEO4J_HOME>\bin\neo4j console`.
* To install Neo4j as a service use: `<NEO4J_HOME>\bin\neo4j windows-service install`.
Expand Down