Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NoCloud-Auto-Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
NoCloud-Auto-Installer
Commits
fa00f35b
Verified
Commit
fa00f35b
authored
7 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
fix missing php plugins
parent
427da685
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
installNextcloud.sh
+11
-19
11 additions, 19 deletions
installNextcloud.sh
with
11 additions
and
19 deletions
installNextcloud.sh
+
11
−
19
View file @
fa00f35b
...
@@ -48,8 +48,13 @@ DEBIAN_FRONTEND='noninteractive' apt-get update \
...
@@ -48,8 +48,13 @@ DEBIAN_FRONTEND='noninteractive' apt-get update \
php-curl
\
php-curl
\
php-gd
\
php-gd
\
php-intl
\
php-intl
\
php-imagick
\
php-json
\
php-mbstring
\
php-mcrypt
\
php-mcrypt
\
php-mysql
\
php-mysql
\
php-xml
\
php-zip
\
sudo
\
sudo
\
tar
\
tar
\
ufw
\
ufw
\
...
@@ -284,26 +289,13 @@ fi
...
@@ -284,26 +289,13 @@ fi
if
[
"
${
WEB_SERVER
}
"
==
"apache2"
]
if
[
"
${
WEB_SERVER
}
"
==
"apache2"
]
then
then
echo
"a2enmod rewrite"
MODS
=
"php7.0 rewrite headers env dir mime ssl zip"
a2enmod rewrite
for
mod
in
${
MODS
}
echo
"a2enmod rewrite : terminated"
do
echo
"a2enmod headers"
echo
"enabling '
$mod
'"
a2enmod headers
echo
"enabling '
$mod
' : terminated"
echo
"a2enmod env"
done
a2enmod
env
echo
"a2enmod env : terminated"
echo
"a2enmod dir"
a2enmod
dir
echo
"a2enmod dir : terminated"
echo
"a2enmod mime"
a2enmod mime
echo
"a2enmod mime : terminated"
echo
"a2enmod ssl"
a2enmod ssl
echo
"a2enmod ssl : terminated"
# activation ssl
# activation ssl
a2enmod ssl
a2ensite nextcloud
a2ensite nextcloud
echo
"apachectl restart"
echo
"apachectl restart"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment