Commit 96a9b5d0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

improve createbytask.int.sh

parent cc726b31
......@@ -384,9 +384,10 @@ PHP7BASE="php7-mbstring php7-pdo php7-curl php7-fileinfo php7-dom php7-exif \
for i in $PKGPROFILE ; do
case $i in
apache2-php7)
epmi --auto --skip-installed apache2-mod_mpm_itk apache2-mod_php7
# use special image apache2-php7.4
#epmi --auto --skip-installed apache2-mod_mpm_itk apache2-mod_php7
# intl yaml xdebug tidy
epmi --auto --skip-installed $PHP7BASE
#epmi --auto --skip-installed $PHP7BASE
tune_php /etc/php/7.?/apache2-mod_php/php.ini
tune_apache2
tune_local_memcached_redis
......@@ -395,9 +396,10 @@ for i in $PKGPROFILE ; do
apache2-php7-mediawiki)
# FIXME:
tune_hosts_host03
epmi --auto --skip-installed apache2-mod_php7
# use special image apache2-php7.4
#epmi --auto --skip-installed apache2-mod_php7
# intl yaml xdebug tidy
epmi --auto --skip-installed $PHP7BASE
#epmi --auto --skip-installed $PHP7BASE
tune_php /etc/php/7.1/apache2-mod_php/php.ini
tune_apache2_mediawiki
tune_local_memcached_redis
......@@ -410,6 +412,7 @@ for i in $PKGPROFILE ; do
tune_monit_apache2
;;
php7-fpm)
# TODO: use special image fpm--php7.4
epmi --auto --skip-installed php7-fpm-fcgi
# missed: intl yaml xdebug tidy
epmi --auto --skip-installed $PHP7BASE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment