-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
1 change: 1 addition & 0 deletions
1
install_template/templates/products/postgis/debian-12-arm64.njk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{% extends "products/postgis/debian-12.njk" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters