Fix
This commit is contained in:
parent
725ecc75a6
commit
d957227d40
@ -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
|
||||
|
16
setup-all.sh
16
setup-all.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user