Skip to content

Commit

Permalink
Rename Download center to Deployment center (neo4j#1568)
Browse files Browse the repository at this point in the history
To make it consistent with the main website page.
  • Loading branch information
NataliaIvakina authored Apr 22, 2024
1 parent f908e0c commit e964b60
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation/linux/debian.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ If you cannot reach `https://debian.neo4j.com`, perhaps due to a firewall, you n
====
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):
* The Cypher Shell package can be downloaded from {neo4j-download-center-uri}[Neo4j Download Center].
* The Cypher Shell package can be downloaded from {neo4j-download-center-uri}[Neo4j Deployment Center].
* For information on supported versions of Java, see xref:installation/requirements.adoc[System requirements].
====

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation/linux/tarball.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica
== Install Neo4j from a tarball

. 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].
. Download the latest Neo4j tarball from https://neo4j.com/download-center/[Neo4j Download Center] and unpack it:
. Download the latest Neo4j tarball from https://neo4j.com/download-center/[Neo4j Deployment Center] and unpack it:
+
[source, shell, subs="attributes"]
----
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation/neo4j-desktop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Neo4j Desktop is a convenient way for developers to work with local Neo4j databa
Neo4j Desktop is not suited for production environments.
====

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

[TIP]
====
Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/pages/installation/osx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
== Unix console application

. 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].
. Download the latest release from {neo4j-download-center-uri}[Neo4j Download Center].
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
+
Select the appropriate tar.gz distribution for your platform.
. 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:
.. To find the correct SHA hash, go to Neo4j Download Center and click on `SHA-256` which will be located below your downloaded file.
. 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:
.. To find the correct SHA hash, go to Neo4j Deployment Center and click on `SHA-256` which will be located below your downloaded file.
.. Using the appropriate commands for your platform, display the `SHA-256` hash for the file that you downloaded.
.. Ensure that the two are identical.
. Extract the contents of the archive, using `tar -xf` <filename>.
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/installation/windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S
== Windows console application

. 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].
. Download the latest release from {neo4j-download-center-uri}[Neo4j Download Center].
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
+
Select the appropriate ZIP distribution.
. Check that the SHA hash of the downloaded file is correct:
.. To find the correct SHA hash, go to Neo4j Download Center and click `SHA-256`, which is located below your downloaded file.
.. To find the correct SHA hash, go to Neo4j Deployment Center and click `SHA-256`, which is located below your downloaded file.
.. Using the appropriate commands for your platform, display the `SHA-256` hash for the file that you downloaded.
.. Ensure that the two are identical.
. Right-click the downloaded file and click *Extract All*.
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/tools/cypher-shell.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
== About Cypher Shell CLI

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

Cypher Shell CLI is used to run queries and perform administrative tasks against a Neo4j instance.
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).
Expand Down Expand Up @@ -179,7 +179,7 @@ The _cypher-shell_ files are available in the same DEB/RPM Linux repositories as
The TAR distribution contains only the _cypher-shell_ files, so you must install Java manually.
====

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

0 comments on commit e964b60

Please sign in to comment.