taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ad7518cd0b9cb3babba38e8d1cd0a5b2ba6ce149
parent 5861e4568048c7722fd1ad89ec76ef6ff1e0f671
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 20 Dec 2016 10:17:38 +0100

db init before launching the exchange

Diffstat:
Mdeployment.rst | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git 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: