Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
mailman
Commits
822d4ca2
Commit
822d4ca2
authored
Jul 13, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop using setup-apache.sh
parent
0890f7fa
Pipeline
#4246
passed with stages
in 4 minutes and 49 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
build.sh
build.sh
+2
-7
No files found.
build.sh
View file @
822d4ca2
...
...
@@ -26,17 +26,11 @@ PACKAGES="
APACHE_MODULES_ENABLE
=
"
cgi
"
export
APACHE_MODULES_ENABLE
# Config snippets to enable for Apache.
APACHE_CONFIG_ENABLE
=
export
APACHE_CONFIG_ENABLE
# Sites to enable.
APACHE_SITES
=
"
mailman
"
export
APACHE_SITES
# The default bitnami/minideb image defines an 'install_packages'
# command which is just a convenient helper. Define our own in
...
...
@@ -61,7 +55,8 @@ install_packages ${BUILD_PACKAGES} ${PACKAGES}
rsync
-a
/tmp/conf/ /etc/
# Setup Apache.
/usr/local/bin/setup-apache.sh
a2enmod
-q
${
APACHE_MODULES_ENABLE
}
a2ensite
${
APACHE_SITES
}
# Create writable storage mountpoint. The situation with /var/lib/mailman
# is complex, there are "data" files and mailman files, and Debian links
...
...
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