Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add make and libcgroup to DOMserver's software requirements #2182

Merged
merged 2 commits into from
Oct 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/manual/install-domserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ For your convenience, the following command will install the necessary
software on the DOMjudge server as mentioned above when using Debian
GNU/Linux, or one of its derivative distributions like Ubuntu::

sudo apt install acl zip unzip mariadb-server apache2 \
sudo apt install libcgroup-dev make acl zip unzip mariadb-server apache2 \
php php-fpm php-gd php-cli php-intl php-mbstring php-mysql \
php-curl php-json php-xml php-zip composer ntp python3-yaml

The following command can be used on RedHat Enterprise Linux, and related
distributions like CentOS (with EPEL) and Fedora::

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

Expand Down
Loading