Skip to content

Commit

Permalink
Maintenance: Add support for CentOS 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Feb 20, 2024
1 parent 8aebec2 commit 7153099
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion install/includes/postgres-dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Install PostgreSQL Dependencies

.. code-block:: sh
# CentOS 8
$ yum install postgresql-libs postgresql-devel
.. tab:: OpenSuSE
Expand Down
1 change: 0 additions & 1 deletion install/includes/postgres-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

.. code-block:: sh
# CentOS 8
$ yum install postgresql-server postgresql-contrib
$ postgresql-setup initdb
$ systemctl start postgresql
Expand Down
8 changes: 7 additions & 1 deletion install/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ Add Repository
$ wget -O /etc/yum.repos.d/zammad.repo \
https://dl.packager.io/srv/zammad/zammad/stable/installer/el/8.repo
RHEL 9 / CentOS 9
.. code-block:: sh
$ wget -O /etc/yum.repos.d/zammad.repo \
https://dl.packager.io/srv/zammad/zammad/stable/installer/el/9.repo
.. tab:: OpenSUSE / SLES

Install Repository Key
Expand Down Expand Up @@ -133,7 +139,7 @@ Install Zammad
$ yum install zammad
Due to an `issue <https://github.com/crohr/pkgr/issues/165>`_ with
packager.io on CentOS 8 you'll need to correct file permissions for
packager.io on CentOS you'll need to correct file permissions for
public files.

.. code-block:: sh
Expand Down
2 changes: 1 addition & 1 deletion prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Below you can find all distributions Zammad provides packages for.
:header: "Distribution", "Versions"
:widths: 20, 20

"CentOS / RHEL", "8"
"CentOS / RHEL", "8 & 9"
"Debian", "11 & 12"
"OpenSuSE / SLES", "Leap 15.x / 15"
"Ubuntu", "20.04 & 22.04"
Expand Down

0 comments on commit 7153099

Please sign in to comment.