Skip to content

Commit

Permalink
Merge pull request #2929 from EnterpriseDB/docs/eprs/install-prefix-r…
Browse files Browse the repository at this point in the history
…emoval

EPRS: install prefix removal
  • Loading branch information
drothery-edb authored Jul 18, 2022
2 parents e28a937 + 6a867e5 commit a93c935
Showing 13 changed files with 31 additions and 20 deletions.
4 changes: 2 additions & 2 deletions install_template/deploy.mjs
Original file line number Diff line number Diff line change
@@ -297,9 +297,9 @@ const moveDoc = async (product, platform, version) => {
when({product: {name: "PostGIS", version: 3.1}, platform: {name: "Debian 10"}},
(ctx) => `postgis/3.1/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_deb10_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "Replication Server", version: 7}, platform: {name: "SLES 12"}},
(ctx) => `eprs/7/03_installation/03_installing_rpm_package/${fmtArchPath(ctx)}/${prefix[plat]}_eprs_sles12_${fmtArchFilename(ctx)}.mdx`),
(ctx) => `eprs/7/03_installation/03_installing_rpm_package/${fmtArchPath(ctx)}/eprs_sles12_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "Replication Server", version: 7}, platform: {name: "SLES 15"}},
(ctx) => `eprs/7/03_installation/03_installing_rpm_package/${fmtArchPath(ctx)}/${prefix[plat]}_eprs_sles15_${fmtArchFilename(ctx)}.mdx`),
(ctx) => `eprs/7/03_installation/03_installing_rpm_package/${fmtArchPath(ctx)}/eprs_sles15_${fmtArchFilename(ctx)}.mdx`),
);

function match(context, ...conditions) {
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
---
title: "Installing Replication Server on IBM Power (ppc64le)"
navTitle: "IBM Power (ppc64le)"
navigation:
- eprs_rhel8_ppcle
- eprs_sles15_ppcle
- eprs_sles12_ppcle
---

For operating system-specific install instructions, see:

- [RHEL 8](09_eprs_rhel8_ppcle)
- [RHEL 8](eprs_rhel8_ppcle)

- [SLES 15](11_eprs_sles15_ppcle)
- [SLES 12](12_eprs_sles12_ppcle)
- [SLES 15](eprs_sles15_ppcle)
- [SLES 12](eprs_sles12_ppcle)


Original file line number Diff line number Diff line change
@@ -14,18 +14,18 @@ For platform-specific install instructions, see:

- Linux x86 (amd64):

- [RHEL 8/OL 8](x86_amd64/01_eprs_rhel8_x86)
- [RHEL 8/OL 8](x86_amd64/eprs_rhel8_x86)

- [Rocky Linux 8/AlmaLinux 8](x86_amd64/02_eprs_other_linux8_x86)
- [RHEL 7/OL 7](x86_amd64/03_eprs_rhel7_x86)
- [CentOS 7](x86_amd64/04_eprs_centos7_x86)
- [SLES 15](x86_amd64/05_eprs_sles15_x86)
- [SLES 12](x86_amd64/06_eprs_sles12_x86)
- [Rocky Linux 8/AlmaLinux 8](x86_amd64/eprs_other_linux8_x86)
- [RHEL 7/OL 7](x86_amd64/eprs_rhel7_x86)
- [CentOS 7](x86_amd64/eprs_centos7_x86)
- [SLES 15](x86_amd64/eprs_sles15_x86)
- [SLES 12](x86_amd64/eprs_sles12_x86)

- Linux on IBM Power (ppc64le):

- [RHEL 8](ibm_power_ppc64le/09_eprs_rhel8_ppcle)
- [RHEL 8](ibm_power_ppc64le/eprs_rhel8_ppcle)

- [SLES 15](ibm_power_ppc64le/11_eprs_sles15_ppcle)
- [SLES 12](ibm_power_ppc64le/12_eprs_sles12_ppcle)
- [SLES 15](ibm_power_ppc64le/eprs_sles15_ppcle)
- [SLES 12](ibm_power_ppc64le/eprs_sles12_ppcle)

Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
---
title: "Installing Replication Server on Linux x86 (amd64)"
navTitle: "Intel x86 (amd64)"
navigation:
- eprs_rhel8_x86
- eprs_other_linux8_x86
- eprs_rhel7_x86
- eprs_centos7_x86
- eprs_sles15_x86
- eprs_sles12_x86
---

For operating system-specific install instructions, see:

- [RHEL 8/OL 8](01_eprs_rhel8_x86)
- [RHEL 8/OL 8](eprs_rhel8_x86)

- [Rocky Linux 8/AlmaLinux 8](02_eprs_other_linux8_x86)
- [RHEL 7/OL 7](03_eprs_rhel7_x86)
- [CentOS 7](04_eprs_centos7_x86)
- [SLES 15](05_eprs_sles15_x86)
- [SLES 12](06_eprs_sles12_x86)
- [Rocky Linux 8/AlmaLinux 8](eprs_other_linux8_x86)
- [RHEL 7/OL 7](eprs_rhel7_x86)
- [CentOS 7](eprs_centos7_x86)
- [SLES 15](eprs_sles15_x86)
- [SLES 12](eprs_sles12_x86)

0 comments on commit a93c935

Please sign in to comment.