mirror of
https://git.sr.ht/~iwakuralain/text0Nly
synced 2025-07-27 15:36:11 +00:00
yess
This commit is contained in:
parent
9dda042ed5
commit
fb00051253
7
README
7
README
@ -43,7 +43,12 @@ Installation:
|
|||||||
3. Apache setup:
|
3. Apache setup:
|
||||||
|
|
||||||
CentOS:
|
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/apache.conf.centos /etc/httpd/conf.d/text0nly.conf
|
||||||
cp configs/php.ini /etc/php.ini
|
cp configs/php.ini /etc/php.ini
|
||||||
chown -R apache:apache /var/www/html/main
|
chown -R apache:apache /var/www/html/main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user