summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deployment.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment.rst b/deployment.rst
index 7281fd21..32b57d3e 100644
--- a/deployment.rst
+++ b/deployment.rst
@@ -199,6 +199,13 @@ The next step is to generate `signkeys` and `denomkeys`.
policy of 12-chars limit for currency names; which is likely going to
be changed.
+The exchange needs to get its database explicitly set up, before it can
+actually be launched.
+
+.. code-block:: none
+
+ $ taler-exchange-dbinit -r
+
If all previous steps succeeded, it is now possible to launch all the
processes. That is accomplished by the following command: