Skip to content

Commit

Permalink
update deployment center
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexicaWright committed Apr 29, 2024
1 parent 5068b83 commit 8501b18
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
= Install agent

* Download platform specific binary: https://neo4j.com/download-center/#ops-manager[Download]
* Download platform specific binary: https://neo4j.com/deployment-center/?ops-manager[Download]
+
[NOTE]
====
====
In certain environments, downloading agents is not an option.
Therefore, NOM agent binaries are also bundled with Neo4j packages.
NOM agent packages can be found in the `products` folder in the Neo4j home directory.
NOM agent packages can be found in the `products` folder in the Neo4j home directory.
These binaries have support for the Neo4j version that they are bundled with.
====
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/first-look/linux-first-look.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NOTE: The query log feature is only available for DBMSs with instances that are
== Create persistence DBMS

=== Download and extract
Download latest Neo4j Linux/Mac executable from https://neo4j.com/download-center/#current-releases[here] and extract the package.
Download latest Neo4j Linux/Mac executable from https://neo4j.com/deployement-center/?current-releases[here] and extract the package.
Extracted directory location is referred to as NEO4J_HOME form now on.

=== Change password
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/installation/kubernetes/helm-charts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Access to a Kubernetes enviroment (cloud, on-prem, or local with a `LoadBalancer` resource implementation).

== NOM server Helm Chart
* Download the NOM server Helm Chart from link:https://neo4j.com/download-center/#ops-manager[Neo4j Download Center].
* Download the NOM server Helm Chart from link:https://neo4j.com/deployment-center/?ops-manager[Neo4j Deployment Center].

* Following is the reference `values.yaml` for NOM server Helm Chart:
----
Expand Down Expand Up @@ -201,7 +201,7 @@ Following is an example values snippet that demonstrates this usecase with inlin
----
secretsFromSecrets:
storageUri:
secretName: "secret1"
secretName: "secret1"
key: "uri"
storageUsername:
secretName: "secret2"
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/installation/server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ The second step is to download and configure arguments and/or environment variab
Both ways are described below.
Running as a service is the recommended way of operating the NOM Server.

Releases of Neo4j enterprise all come bundled with the most current version of NOM at the time of that Neo4j release.
Releases of Neo4j enterprise all come bundled with the most current version of NOM at the time of that Neo4j release.
Please note that this does not have to be the most current version of NOM.
You can find NOM as `.zip` or `.tar.gz` inside your Neo4j folder under `/products`.
Alternatively, you can download any version of the NOM Server, including the agent binaries here: https://neo4j.com/download-center/#ops-manager[Download].
Alternatively, you can download any version of the NOM Server, including the agent binaries here: https://neo4j.com/deployment-center/?ops-manager[Download].
In any case, please extract the content from the downloaded `.zip` or `.tar.gz` file to whichever directory you want to operate NOM from
(in the following referenced as NOM server-folder).

Expand Down Expand Up @@ -58,7 +58,7 @@ This file includes a section that needs to be adjusted to your environment (e.g.

As an alternative to changing the arguments in the `neo4j-ops-manager-server.service` file, you can instead use environment variables to achieve the same result.
The `neo4j-ops-manager-server.service` file contains the necessary information for this.
The table <<config_ref,here>> contains environment variables and example values.
The table <<config_ref,here>> contains environment variables and example values.

==== Installation

Expand Down Expand Up @@ -94,7 +94,7 @@ sudo systemctl stop neo4j-ops-manager-server
====
*For SELinux*
The SELinux context of the server binary must be changed so that it can be executed from the service.
The SELinux context of the server binary must be changed so that it can be executed from the service.
To permanently change the SELinux context of the file, run the following commands:
[source, terminal, role=noheader]
----
Expand Down

0 comments on commit 8501b18

Please sign in to comment.