[SCM] postgis.net branch website updated. clarity-final-68-ga7a0298

git at osgeo.org git at osgeo.org
Tue Nov 7 16:45:44 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".

The branch, website has been updated
       via  a7a029835c67ee06e9ee99e2da8b4af29da0219c (commit)
      from  36d68ab72a764966b0b6d14a19b2ab7feef40d69 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a7a029835c67ee06e9ee99e2da8b4af29da0219c
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 7 19:44:57 2023 -0500

    Clean up install instructions, fix typo

diff --git a/content/documentation/getting_started/install_red_hat.md b/content/documentation/getting_started/install_red_hat.md
index a32142a..18f604b 100644
--- a/content/documentation/getting_started/install_red_hat.md
+++ b/content/documentation/getting_started/install_red_hat.md
@@ -6,9 +6,9 @@ geekdocHidden: true
 geekdocHiddenTocTree: false
 ---
 
-The best place to get the latest binaries for both PostgreSQL and PostGIS is from the [PostgreSQL download page](https://www.postgresql.org/download/).
+The best place to get the latest binaries for both PostgreSQL and PostGIS is from the [PostgreSQL download page Redhat Derivatives](https://www.postgresql.org/download/linux/redhat/).
 
-* Select the "Linux" operating system and "Red Hat" distribution.
+* Select the PostgreSQL version
 * Select a "Platform" and an "Architecture".
 * Copy and run the setup script as root.
 
@@ -21,10 +21,13 @@ dnf -y install epel-release
 # Enable PowerTools repo (required for some of the dependencies):
 dnf -y config-manager --set-enabled PowerTools
 
+# for Rocky 8 and above might need to do this as well
+crb enable
+
 # Now, you can finally install PostGIS
 # Select the right PostGIS and PostgreSQL versions
-dnf -y install postgis33_15
+dnf -y install postgis34_16
 
-systemctl restart postgresql-15
+systemctl restart postgresql-16
 ```
 
diff --git a/content/documentation/getting_started/install_ubuntu.md b/content/documentation/getting_started/install_ubuntu.md
index ab566d5..e1927c7 100644
--- a/content/documentation/getting_started/install_ubuntu.md
+++ b/content/documentation/getting_started/install_ubuntu.md
@@ -6,6 +6,8 @@ geekdocHidden: true
 geekdocHiddenTocTree: false
 ---
 
+* The best place to get the latest binaries for both PostgreSQL and PostGIS is from the [PostgreSQL download page Debian](https://www.postgresql.org/download/linux/ubuntu/) and [PostgreSQL download page Ubuntu](https://www.postgresql.org/download/linux/ubuntu/).
+
 * The PostgreSQL build team has packages for Debian and Ubuntu for several versions of PostgreSQL and PostGIS [APT repository](https://wiki.postgresql.org/wiki/Apt) for PostgreSQL builds.
 
 * For specific PostGIS directions, see the [Ubuntu install guide](https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS3UbuntuPGSQLApt).
\ No newline at end of file
diff --git a/content/documentation/getting_started/install_windows/released_versions.md b/content/documentation/getting_started/install_windows/released_versions.md
index 7e3d8a5..37b040f 100644
--- a/content/documentation/getting_started/install_windows/released_versions.md
+++ b/content/documentation/getting_started/install_windows/released_versions.md
@@ -8,7 +8,7 @@ geekdocHiddenTocTree: false
 
 PostGIS 3.4.0 came out August 15th, 2023. Windows PostGIS Bundle 3.4.0 was released August 19th, 2023.
 
-Binaries for versions of PostgreSQL 12-16 (64-bit) available in `Unreleased PostGIS Versions` and [OSGeo downloads][5]). Installers for 12-6(64-bit) and older releases of PostGIS are available on stackbuilder and [OSGeo downloads][5].
+Binaries for versions of PostgreSQL 12-16 (64-bit) available in `Unreleased PostGIS Versions` and [OSGeo downloads][5]). Installers for 12-16(64-bit) and older releases of PostGIS are available on stackbuilder and [OSGeo downloads][5].
 
 If you are using PostgreSQL < 12, use the PostGIS 3.3 bundle, because PostGIS 3.4+  does not support those versions.
 

-----------------------------------------------------------------------

Summary of changes:
 content/documentation/getting_started/install_red_hat.md      | 11 +++++++----
 content/documentation/getting_started/install_ubuntu.md       |  2 ++
 .../getting_started/install_windows/released_versions.md      |  2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list