OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docker/prod/setup/preinstall-on-prem.sh

12 lines
181 B

#!/bin/bash
set -e
set -o pipefail
apt-get install -y \
memcached \
postfix \
apache2 \
supervisor
a2enmod proxy proxy_http
rm -f /etc/apache2/sites-enabled/000-default.conf