Skip to content

Commit

Permalink
Clarify which packages are judgehost requirements
Browse files Browse the repository at this point in the history
Also keep the order of packages consistent.
  • Loading branch information
eldering committed Oct 21, 2023
1 parent 9022961 commit 650c27f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/manual/install-domserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ GNU/Linux, or one of its derivative distributions like Ubuntu::
The following command can be used on RedHat Enterprise Linux, and related
distributions like CentOS (with EPEL) and Fedora::

sudo yum install make libcgroup-devel acl zip unzip mariadb-server httpd \
sudo yum install libcgroup-devel make acl zip unzip mariadb-server httpd \
php-gd php-cli php-intl php-mbstring php-mysqlnd \
php-xml php-zip composer ntp python3-pyyaml

Due to an `issue <https://github.com/DOMjudge/domjudge/issues/862>`_ in our
configure script you should also install the software for the judgehost
see :ref:`the judgehost software requirements <judgehost_software>`
The packages `libcgroup-dev` and `make` are
:ref:`judgehost software requirements <judgehost_software>`, but also
needed here due to `issue 862 <https://github.com/DOMjudge/domjudge/issues/862>`.

Installation
------------
Expand Down

0 comments on commit 650c27f

Please sign in to comment.