view README @ 70:28108455ad35

Add reference water levels to gauges.
author Tom Gottfried <tom@intevation.de>
date Wed, 30 May 2018 16:39:26 +0200
parents 7a91106668b8
children d9d01dc58f60
line wrap: on
line source

Build Dockerfile with e.g.:
$ docker build -t wamos .

Get a running instance with e.g.:
$ docker run --name wamos -d -p 54321:5432 -v $PWD:/opt/wamos wamos

Create ER diagram with e.g.:
$ postgresql_autodoc -p 54321 -h $dockerhost \
      -U wamos --password=wamos -t dot -l . -s 'wamos'
$ dot -Tpng wamos.dot > wamos.png