diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-20 14:32:09 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-20 14:32:09 +0100 |
commit | e72d0ec3ff07648d4f5d261fe4cab9a3a51f99df (patch) | |
tree | 07198352e44bb0a7c022ba5d0cc5588dbf8cad5d /doc/exchange-db-generate.sh | |
parent | e4b209c72488e8b1a01849636bf73af2bb3a7c48 (diff) |
initial import of operator manual (needs a lot of work)
Diffstat (limited to 'doc/exchange-db-generate.sh')
-rwxr-xr-x | doc/exchange-db-generate.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/exchange-db-generate.sh b/doc/exchange-db-generate.sh new file mode 100755 index 000000000..b296e0c9d --- /dev/null +++ b/doc/exchange-db-generate.sh @@ -0,0 +1,3 @@ +#!/bin/sh +taler-exchange-dbinit -r +java -jar schemaSpy_5.0.0.jar -t pgsql -db taler -o taler -host localhost -dp /usr/share/java/postgresql-jdbc3-9.2.jar -u grothoff -p test -s public -hq |