summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index e9815f9c..eea09104 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -544,6 +544,16 @@ These users are all in the taler-exchange-db group, and the
``exchange-db.secret.conf`` should already be only readable by users in
this group.
+.. note::
+
+ The **taler-exchange-dbconfig** tool can be used to automate the database
+ setup. When using the Debian/Ubuntu packages, the users should already have
+ been created, so you can just run the tool without any arguments and should
+ have a working database configuration. Subsequently, you should still run
+ **taler-exchange-dbinit** (as the ``taler-exchange-httpd`` user) to
+ initialize the database schema and then grant access to
+ the other users (see below).
+
To create a database for the Taler exchange on the local system, run:
.. code-block:: shell-session