comparison README @ 68:7a91106668b8

Respect custom template and schema in README.
author Tom Gottfried <tom@intevation.de>
date Fri, 25 May 2018 22:17:20 +0200
parents 353f804e86ae
children d9d01dc58f60
comparison
equal deleted inserted replaced
67:d218aa96170f 68:7a91106668b8
4 Get a running instance with e.g.: 4 Get a running instance with e.g.:
5 $ docker run --name wamos -d -p 54321:5432 -v $PWD:/opt/wamos wamos 5 $ docker run --name wamos -d -p 54321:5432 -v $PWD:/opt/wamos wamos
6 6
7 Create ER diagram with e.g.: 7 Create ER diagram with e.g.:
8 $ postgresql_autodoc -p 54321 -h $dockerhost \ 8 $ postgresql_autodoc -p 54321 -h $dockerhost \
9 -U wamos --password=wamos -t dot 9 -U wamos --password=wamos -t dot -l . -s 'wamos'
10 $ dot -Tpng wamos.dot > wamos.png 10 $ dot -Tpng wamos.dot > wamos.png