From fb000512530c34785319219f587c67bd9c9e9231 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Mon, 16 Jun 2025 02:02:35 +0300 Subject: [PATCH] yess --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 8c87b69..25e69ca 100644 --- a/README +++ b/README @@ -43,7 +43,12 @@ Installation: 3. Apache setup: CentOS: - yum install httpd php php-mysqlnd php-pecl-redis redis mariadb-server + # Enable EPEL repository + dnf install epel-release + dnf update + + # Install required packages + dnf install httpd php php-mysqlnd php-pecl-redis redis mariadb-server cp configs/apache.conf.centos /etc/httpd/conf.d/text0nly.conf cp configs/php.ini /etc/php.ini chown -R apache:apache /var/www/html/main