Добавлен для теста index.php
This commit is contained in:
@@ -25,7 +25,7 @@ if echo "$DISTRO $FAMILY" | grep -qi "rhel\|fedora\|centos"; then
|
|||||||
dnf install -y nginx mariadb-server mariadb php php-fpm php-mysqlnd \
|
dnf install -y nginx mariadb-server mariadb php php-fpm php-mysqlnd \
|
||||||
php-curl php-gd php-mbstring php-xml php-zip php-opcache \
|
php-curl php-gd php-mbstring php-xml php-zip php-opcache \
|
||||||
php-intl php-bcmath php-json \
|
php-intl php-bcmath php-json \
|
||||||
redis-server libreoffice
|
redis-server libreoffice apache2
|
||||||
|
|
||||||
systemctl enable --now nginx mariadb php-fpm
|
systemctl enable --now nginx mariadb php-fpm
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ elif echo "$DISTRO $FAMILY" | grep -qi "debian"; then
|
|||||||
apt install -y nginx mariadb-server php-fpm php-mysql \
|
apt install -y nginx mariadb-server php-fpm php-mysql \
|
||||||
php-curl php-gd php-mbstring php-xml php-zip php-opcache \
|
php-curl php-gd php-mbstring php-xml php-zip php-opcache \
|
||||||
php-intl php-bcmath php-json \
|
php-intl php-bcmath php-json \
|
||||||
redis-server libreoffice
|
redis-server libreoffice apache2
|
||||||
|
|
||||||
systemctl enable --now nginx mariadb php7.4-fpm redis 2>/dev/null || true
|
systemctl enable --now nginx mariadb php7.4-fpm redis 2>/dev/null || true
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user