This commit is contained in:
Disassembler 2018-09-14 15:58:10 +02:00
parent 725ecc75a6
commit d957227d40
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 9 additions and 8 deletions

View File

@ -12,6 +12,7 @@ lxc-execute -n postgres -- initdb -D /var/lib/postgresql
# Configure Postgres
cp ${SOURCE_DIR}/srv/postgres/data/postgresql.conf /srv/postgres/data/postgresql.conf
cp ${SOURCE_DIR}/srv/postgres/data/pg_hba.conf /srv/postgres/data/pg_hba.conf
# Enable query logging. Only if the DEBUG environment variable is set
if [ ${DEBUG:-0} -eq 1 ]; then
sed -i 's/^#log_destination/log_destination/' /srv/postgres/data/postgresql.conf

View File

@ -21,11 +21,11 @@ ${SOURCE_DIR}/gnuhealth/setup.sh
${SOURCE_DIR}/kanboard/setup.sh
${SOURCE_DIR}/opendatakit/setup.sh
${SOURCE_DIR}/opendatakit-build/setup.sh
#${SOURCE_DIR}/openmapkit/setup.sh
#${SOURCE_DIR}/pandora/setup.sh
#${SOURCE_DIR}/sahana/setup.sh
#${SOURCE_DIR}/sahana-demo/setup.sh
#${SOURCE_DIR}/sambro/setup.sh
#${SOURCE_DIR}/seeddms/setup.sh
#${SOURCE_DIR}/sigmah/setup.sh
#${SOURCE_DIR}/ushahidi/setup.sh
${SOURCE_DIR}/openmapkit/setup.sh
${SOURCE_DIR}/pandora/setup.sh
${SOURCE_DIR}/sahana/setup.sh
${SOURCE_DIR}/sahana-demo/setup.sh
${SOURCE_DIR}/sambro/setup.sh
${SOURCE_DIR}/seeddms/setup.sh
${SOURCE_DIR}/sigmah/setup.sh
${SOURCE_DIR}/ushahidi/setup.sh