summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-20 10:17:38 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-20 10:17:38 +0100
commitad7518cd0b9cb3babba38e8d1cd0a5b2ba6ce149 (patch)
treed2a68f55ae123313ec8b7e7d8f9335d1639dda37
parent5861e4568048c7722fd1ad89ec76ef6ff1e0f671 (diff)
downloaddocs-ad7518cd0b9cb3babba38e8d1cd0a5b2ba6ce149.tar.gz
docs-ad7518cd0b9cb3babba38e8d1cd0a5b2ba6ce149.tar.bz2
docs-ad7518cd0b9cb3babba38e8d1cd0a5b2ba6ce149.zip
db init before launching the exchange
-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: