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
d63af16c
Commit
d63af16c
authored
May 18, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update vz/azbyka
parent
51959d36
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
createbytask.int.sh
vz/azbyka/createbytask.int.sh
+5
-2
createbytask.sh
vz/azbyka/createbytask.sh
+3
-0
No files found.
vz/azbyka/createbytask.int.sh
View file @
d63af16c
...
...
@@ -172,9 +172,9 @@ for i in $PKGPROFILE ; do
case
$i
in
apache2-php7
)
epmi
--auto
--skip-installed
apache2-mod_mpm_itk apache2-mod_php7
# opcache
zip intl xsl memcache yaml xdebug redis tidy memcached suhosin
# opcache
intl yaml xdebug redis tidy
epmi
--auto
--skip-installed
php7-mbstring php7-pdo php7-curl php7-fileinfo php7-dom php7-exif
\
php7-pdo_mysql php7-mysqli php7-pcntl php7-openssl php7-mcrypt php7-gd2 php7-xmlreader php7-memcached
php7-pdo_mysql php7-mysqli php7-pcntl php7-openssl php7-mcrypt php7-gd2 php7-xmlreader php7-memcached
php7-xsl php7-zip php7-redis
tune_php7
tune_apache2
;;
...
...
@@ -186,6 +186,9 @@ for i in $PKGPROFILE ; do
esac
done
# optional packages
epmi
--auto
--skip-installed
$PKGINSTALL
tune_monit
epm clean
vz/azbyka/createbytask.sh
View file @
d63af16c
...
...
@@ -21,6 +21,8 @@ hostserver()
fi
}
PKGINSTALL
=
if
[
-s
"base.task"
]
;
then
.
base.task
fi
...
...
@@ -120,6 +122,7 @@ echo "NAME=$NAME" | st tee -a $ATASK
echo
"AUSER=
$AUSER
"
| st
tee
-a
$ATASK
echo
"ACONF=
$ACONF
"
| st
tee
-a
$ATASK
echo
"ADOMAIN=
$ADOMAIN
"
| st
tee
-a
$ATASK
echo
"PKGINSTALL='
$PKGINSTALL
'"
| st
tee
-a
$ATASK
auserid
=
$(
hostserver vzctl
exec
$VEIDORIG
id
-u
$AUSER
)
[
-n
"
$auserid
"
]
||
fatal
"can't get user id"
...
...
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