Skip to content

Commit e964b60

Browse files
Rename Download center to Deployment center (#1568)
To make it consistent with the main website page.
1 parent f908e0c commit e964b60

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

modules/ROOT/pages/installation/linux/debian.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ If you cannot reach `https://debian.neo4j.com`, perhaps due to a firewall, you n
221221
====
222222
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:tools/cypher-shell.adoc[Cypher Shell] and Java (if not installed already):
223223
224-
* The Cypher Shell package can be downloaded from {neo4j-download-center-uri}[Neo4j Download Center].
224+
* The Cypher Shell package can be downloaded from {neo4j-download-center-uri}[Neo4j Deployment Center].
225225
* For information on supported versions of Java, see xref:installation/requirements.adoc[System requirements].
226226
====
227227

modules/ROOT/pages/installation/linux/tarball.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica
88
== Install Neo4j from a tarball
99

1010
. If it is not already installed, get link:http://openjdk.java.net/[OpenJDK 17] or link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
11-
. Download the latest Neo4j tarball from https://neo4j.com/download-center/[Neo4j Download Center] and unpack it:
11+
. Download the latest Neo4j tarball from https://neo4j.com/download-center/[Neo4j Deployment Center] and unpack it:
1212
+
1313
[source, shell, subs="attributes"]
1414
----

modules/ROOT/pages/installation/neo4j-desktop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Neo4j Desktop is a convenient way for developers to work with local Neo4j databa
99
Neo4j Desktop is not suited for production environments.
1010
====
1111

12-
To install Neo4j Desktop, go to link:{neo4j-download-center-uri}[Neo4j Download Center] and follow the instructions.
12+
To install Neo4j Desktop, go to link:{neo4j-download-center-uri}[Neo4j Deployment Center] and follow the instructions.
1313

1414
[TIP]
1515
====

modules/ROOT/pages/installation/osx.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
99
== Unix console application
1010

1111
. If it is not already installed, get link:http://openjdk.java.net/[OpenJDK 17] or link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
12-
. Download the latest release from {neo4j-download-center-uri}[Neo4j Download Center].
12+
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1313
+
1414
Select the appropriate tar.gz distribution for your platform.
15-
. Make sure to download Neo4j from {neo4j-download-center-uri}[Neo4j Download Center] and always check that the SHA hash of the downloaded file is correct:
16-
.. To find the correct SHA hash, go to Neo4j Download Center and click on `SHA-256` which will be located below your downloaded file.
15+
. Make sure to download Neo4j from {neo4j-download-center-uri}[Neo4j Deployment Center] and always check that the SHA hash of the downloaded file is correct:
16+
.. To find the correct SHA hash, go to Neo4j Deployment Center and click on `SHA-256` which will be located below your downloaded file.
1717
.. Using the appropriate commands for your platform, display the `SHA-256` hash for the file that you downloaded.
1818
.. Ensure that the two are identical.
1919
. Extract the contents of the archive, using `tar -xf` <filename>.

modules/ROOT/pages/installation/windows.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S
99
== Windows console application
1010

1111
. If it is not already installed, get link:http://openjdk.java.net/[OpenJDK 17] or link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
12-
. Download the latest release from {neo4j-download-center-uri}[Neo4j Download Center].
12+
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1313
+
1414
Select the appropriate ZIP distribution.
1515
. Check that the SHA hash of the downloaded file is correct:
16-
.. To find the correct SHA hash, go to Neo4j Download Center and click `SHA-256`, which is located below your downloaded file.
16+
.. To find the correct SHA hash, go to Neo4j Deployment Center and click `SHA-256`, which is located below your downloaded file.
1717
.. Using the appropriate commands for your platform, display the `SHA-256` hash for the file that you downloaded.
1818
.. Ensure that the two are identical.
1919
. Right-click the downloaded file and click *Extract All*.

modules/ROOT/pages/tools/cypher-shell.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
== About Cypher Shell CLI
77

88
Cypher Shell is a command-line tool that comes with the Neo4j distribution.
9-
It can also be downloaded from link:https://neo4j.com/download-center/#cypher-shell[Neo4j Download Center] and installed separately.
9+
It can also be downloaded from link:https://neo4j.com/download-center/#cypher-shell[Neo4j Deployment Center] and installed separately.
1010

1111
Cypher Shell CLI is used to run queries and perform administrative tasks against a Neo4j instance.
1212
By default, the shell is interactive, but you can also use it for scripting by passing Cypher directly on the command line or by piping a file with Cypher statements (requires PowerShell on Windows).
@@ -179,7 +179,7 @@ The _cypher-shell_ files are available in the same DEB/RPM Linux repositories as
179179
The TAR distribution contains only the _cypher-shell_ files, so you must install Java manually.
180180
====
181181

182-
. Download Cypher Shell from link:https://neo4j.com/download-center/#cypher-shell[Neo4j Download Center].
182+
. Download Cypher Shell from link:https://neo4j.com/download-center/#cypher-shell[Neo4j Deployment Center].
183183
. Connect to a Neo4j DBMS by running the `cypher-shell` command providing the Neo4j address, a username, and a password:
184184
+
185185
[source, shell]

0 commit comments

Comments
 (0)