Update GNU Health demo data URL
This commit is contained in:
parent
672777dd5e
commit
41075c974e
@ -24,7 +24,7 @@ docker run --rm -h gnuhealth --link postgres -v /srv/gnuhealth/conf:/srv/gnuheal
|
|||||||
rm -f /tmp/.adminpwd
|
rm -f /tmp/.adminpwd
|
||||||
|
|
||||||
# Populate demo database
|
# Populate demo database
|
||||||
wget http://health.gnu.org/downloads/postgres_dumps/gnuhealth-3.2rc1.sql.gz -O /tmp/gnuhealth_demo.sql.gz
|
wget http://health.gnu.org/downloads/postgres_dumps/gnuhealth-32-demo.sql.gz -O /tmp/gnuhealth_demo.sql.gz
|
||||||
zcat /tmp/gnuhealth_demo.sql.gz | docker exec -i -e PGPASSWORD=${GNUHEALTH_PWD} postgres psql gnuhealth_demo gnuhealth
|
zcat /tmp/gnuhealth_demo.sql.gz | docker exec -i -e PGPASSWORD=${GNUHEALTH_PWD} postgres psql gnuhealth_demo gnuhealth
|
||||||
rm -f /tmp/gnuhealth_demo.sql.gz
|
rm -f /tmp/gnuhealth_demo.sql.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user