Skip to content

Commit

Permalink
template changes for PostGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
dwicinas committed Jun 11, 2024
1 parent 4d741ce commit a22ec39
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,12 @@ products:
- name: RHEL 8
arch: ppc64le
supported versions: [3.4.2]
- name: Debian 12
arch: x86_64
supported versions: [3.4.2]
- name: Debian 12
arch: arm64
supported versions: [3.4.2]
- name: Debian 11
arch: x86_64
supported versions: [3.4.2]
Expand Down
9 changes: 9 additions & 0 deletions install_template/templates/products/postgis/arm64_index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

{% extends "platformBase/arm64_index.njk" %}
{% set productShortname="postgis" %}

{% block frontmatter %}
deployPath: {{productShortname}}/{{ product.versionMajor }}/installing/linux_arm64/index.mdx
redirects:
- /postgis/latest/01a_installing_postgis/installing_on_linux/x86_amd64/
{% endblock frontmatter %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% extends "products/postgis/debian-12.njk" %}
9 changes: 9 additions & 0 deletions install_template/templates/products/postgis/debian-12.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "products/postgis/base.njk" %}
{% set platformBaseTemplate = "debian-12" %}
{% block installCommand %}
```shell
# To install PostGIS 3.2 using EDB Postgres Advanced Server 11-15:
sudo apt-get -y install edb-as<xx>-postgis32
```
{% include "./_epasVersionInPostGISPackageName.njk" %}
{% endblock installCommand %}
1 change: 1 addition & 0 deletions install_template/templates/products/postgis/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ redirects:
{% block navigation %}
- linux_x86_64
- linux_ppc64le
- linux_arm64
- windows
- upgrading
- uninstalling
Expand Down

0 comments on commit a22ec39

Please sign in to comment.