view README @ 45:cb25ddf16cbf

Probably attributes of sounding results but they will likely be provided also by bottleneck interface for other uses than WAMOS.
author Tom Gottfried <tom@intevation.de>
date Mon, 07 May 2018 22:42:02 +0200
parents 333c42e341e5
children 353f804e86ae
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 wamos

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