Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
96a9b5d0
Commit
96a9b5d0
authored
Nov 23, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve createbytask.int.sh
parent
cc726b31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
createbytask.int.sh
vz/azbyka/createbytask.int.sh
+7
-4
No files found.
vz/azbyka/createbytask.int.sh
View file @
96a9b5d0
...
@@ -384,9 +384,10 @@ PHP7BASE="php7-mbstring php7-pdo php7-curl php7-fileinfo php7-dom php7-exif \
...
@@ -384,9 +384,10 @@ PHP7BASE="php7-mbstring php7-pdo php7-curl php7-fileinfo php7-dom php7-exif \
for
i
in
$PKGPROFILE
;
do
for
i
in
$PKGPROFILE
;
do
case
$i
in
case
$i
in
apache2-php7
)
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
# 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_php /etc/php/7.?/apache2-mod_php/php.ini
tune_apache2
tune_apache2
tune_local_memcached_redis
tune_local_memcached_redis
...
@@ -395,9 +396,10 @@ for i in $PKGPROFILE ; do
...
@@ -395,9 +396,10 @@ for i in $PKGPROFILE ; do
apache2-php7-mediawiki
)
apache2-php7-mediawiki
)
# FIXME:
# FIXME:
tune_hosts_host03
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
# 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_php /etc/php/7.1/apache2-mod_php/php.ini
tune_apache2_mediawiki
tune_apache2_mediawiki
tune_local_memcached_redis
tune_local_memcached_redis
...
@@ -410,6 +412,7 @@ for i in $PKGPROFILE ; do
...
@@ -410,6 +412,7 @@ for i in $PKGPROFILE ; do
tune_monit_apache2
tune_monit_apache2
;;
;;
php7-fpm
)
php7-fpm
)
# TODO: use special image fpm--php7.4
epmi
--auto
--skip-installed
php7-fpm-fcgi
epmi
--auto
--skip-installed
php7-fpm-fcgi
# missed: intl yaml xdebug tidy
# missed: intl yaml xdebug tidy
epmi
--auto
--skip-installed
$PHP7BASE
epmi
--auto
--skip-installed
$PHP7BASE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment