Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roundcube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai3
docker
roundcube
Commits
931524b4
Commit
931524b4
authored
Dec 04, 2018
by
putro
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create writable data directories
parent
01aea836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
13 deletions
+15
-13
build.sh
build.sh
+15
-13
No files found.
build.sh
View file @
931524b4
...
...
@@ -14,28 +14,28 @@ BUILD_PACKAGES="rsync"
# Packages required to serve the website and run the services, in
# addition to those already installed by the base apache2 image.
PACKAGES
=
"
libapache2-mod-sso
php-mysql
php-gd
php-imap
php-mcrypt
php-mbstring
php-xml
php-zip
mysql-client
libapache2-mod-sso
php-mysql
php-gd
php-imap
php-mcrypt
php-mbstring
php-xml
php-zip
mysql-client
"
# Apache modules to enable.
APACHE_MODULES_ENABLE
=
"
rewrite
sso
unique_id
rewrite
sso
unique_id
"
export
APACHE_MODULES_ENABLE
# Config snippets to enable for Apache.
APACHE_CONFIG_ENABLE
=
"
php7.0-fpm
php7.0-fpm
"
export
APACHE_CONFIG_ENABLE
...
...
@@ -90,6 +90,8 @@ mkdir -p /data
# Fix runtime permissions for the Roundcube data directories.
for
d
in
temp logs
;
do
rm
-fr
/var/www/webmail/
$d
||
true
test
-d
/data/
$d
||
mkdir
/data/
$d
chown
1777 /data/
$d
ln
-sf
/data/
$d
/var/www/webmail/
$d
done
...
...
putro
@putro
mentioned in commit
08024af2
·
Dec 06, 2018
mentioned in commit
08024af2
mentioned in commit 08024af291a393030b7c5f7a164f20e6a6c5097c
Toggle commit list
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