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
To install Neo4j, run one of the following commands depending on which version you want to install:
97
+
To install Neo4j, run one of the following commands depending on which version you want to install.
98
+
Note that the version includes an epoch version component (`1:`), following the https://www.debian.org/doc/debian-policy/[Debian policy on versioning].
Note that the version includes an epoch version component (`1:`), following the https://www.debian.org/doc/debian-policy/[Debian policy on versioning].
113
-
114
-
When installing Neo4j Enterprise Edition, you will be prompted to accept the license agreement.
115
-
Once the license agreement is accepted installation begins.
113
+
+
114
+
You will be prompted to accept either the commercial or the evaluation license agreement before the installation begins.
116
115
Your answer to the license agreement prompt will be remembered for future installations on the same system.
117
-
116
+
+
118
117
To forget the stored answer, and trigger the license agreement prompt on subsequent installation, use `debconf-communicate` to purge the stored answer:
==== Non-interactive installation of Neo4j Enterprise Edition
127
-
128
-
For Neo4j Enterprise Edition, the license agreement is presented in an interactive prompt.
123
+
+
129
124
If you require non-interactive installation of Neo4j Enterprise Edition, you can indicate that you have read and accepted the license agreement using `debconf-set-selections`:
@@ -140,39 +135,39 @@ If you cannot reach `https://debian.neo4j.com`, perhaps due to a firewall, you n
140
135
141
136
[NOTE]
142
137
====
143
-
It is important to note that using this method will mean that the offline machine will not receive the dependencies that are normally downloaded and installed automatically when using `apt` for installing Neo4j; xref:cypher-shell.adoc[Cypher Shell] and Java (if not installed already):
138
+
It is important to note that using this method means that the offline machine will not receive the dependencies that are normally downloaded and installed automatically when using `apt` for installing Neo4j, xref:cypher-shell.adoc[Cypher Shell], and Java (if not installed already):
144
139
145
140
* The Cypher Shell package can be downloaded from link:{neo4j-download-center-uri}[Neo4j Deployment Center].
146
141
* For information on supported versions of Java, see xref:installation/requirements.adoc[System requirements].
147
142
====
148
143
149
144
. Run the following to download the required Debian software package:
0 commit comments