This commit is contained in:
Lain Iwakura 2025-06-16 02:02:35 +03:00
parent 9dda042ed5
commit fb00051253
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

7
README
View File

@ -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