diff options
author | Dave Page | 2025-05-12 16:05:24 +0000 |
---|---|---|
committer | Dave Page | 2025-05-12 16:05:24 +0000 |
commit | 6dfd8b11307f731e1fae6d7e99cb2f123d294e0d (patch) | |
tree | f3d69edb61cfe655003828ce5749882d77a38dad /templates/pages/howtozypp.html | |
parent | 4ea3186959f4d0862ecbd757719ffc64e79ac923 (diff) |
Diffstat (limited to 'templates/pages/howtozypp.html')
-rw-r--r-- | templates/pages/howtozypp.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/templates/pages/howtozypp.html b/templates/pages/howtozypp.html index 9e4e250..c552b2a 100644 --- a/templates/pages/howtozypp.html +++ b/templates/pages/howtozypp.html @@ -2,10 +2,10 @@ {%block title%}Howto{%endblock%} {%block maincontent%} -<h1>PostgreSQL - SLES Repo Configuration</h1> +<h1>Postgres - SLES Repo Configuration</h1> <p> - You can use the zypper package manager to install PostgreSQL and/or other + You can use the zypper package manager to install Postgres and/or other components on an SLES 15 / SLES 12 host. zypper will attempt to satisfy package dependencies as it installs a package, but some components (mainly PostGIS) require access to specific repositories that are not hosted at @@ -55,8 +55,8 @@ </p> <p> - To install PostgreSQL and/or other components, runthe following commands to - add PostgreSQL community repository configuration files to your SLES host: + To install Postgres and/or other components, run the following commands to + add Postgres community repository configuration files to your SLES host: </p> <ul> @@ -66,32 +66,32 @@ <a name="pg15sles">SLES 12:</a> </p> <ul> - <li>SLES 12 / PostgreSQL 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg15.repo</code></li> - <li>SLES 12 / PostgreSQL 14: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg14.repo</code></li> - <li>SLES 12 / PostgreSQL 13: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li> - <li>SLES 12 / PostgreSQL 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li> + <li>SLES 12 / Postgres 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg15.repo</code></li> + <li>SLES 12 / Postgres 14: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg14.repo</code></li> + <li>SLES 12 / Postgres 13: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li> + <li>SLES 12 / Postgres 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li> </ul> <p> After creating the repository configuration files, use the <code>zypper refresh</code> command to refresh the metadata on your SLES host to - include the PostgreSQL SUSE repositories: + include the Postgres SUSE repositories: </p> <p> <code>zypper refresh</code> </p> -<h2>Installing PostgreSQL on SLES host</h2> +<h2>Installing Postgres on SLES host</h2> <p> - After adding the repo, use the following command to install PostgreSQL on + After adding the repo, use the following command to install Postgres on the SLES host: </p> <p> - <a name="pg17install">PostgreSQL 17:</a> + <a name="pg17install">Postgres 17:</a> </p> <p> - <a name="pg16install">PostgreSQL 17:</a> + <a name="pg16install">Postgres 17:</a> </p> <p> <a name="pg15slesinstall"></a> @@ -99,7 +99,7 @@ </p> <p> - <a name="pg15install">PostgreSQL 15:</a> + <a name="pg15install">Postgres 15:</a> </p> <p> <a name="pg15slesinstall"></a> @@ -107,7 +107,7 @@ </p> <p> - Please take a look at the <a href="/packages/">PostgreSQL SuSE package + Please take a look at the <a href="/packages/">Postgres SuSE package list</a> to see what other packages are available in the repository. </p> |