taler-docs

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

commit 6d3658ef51d9e4f9ccf3045c97947716b57ce18d
parent e1380ca6c49ab147abae31bcf250fc293310238d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 17 May 2017 20:42:09 +0200

further instructions to deploy 'test'

Diffstat:
Mdocs/deployment.rst | 20++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/docs/deployment.rst b/docs/deployment.rst @@ -48,17 +48,29 @@ Deploying to test $ deployment/bootstrap-bluegreen test -3. Compile the project +3. Create configuration file +.. code-block:: none + + $ taler-deployment-config-generate + +4. Compile the project .. code-block:: none $ source activate $ taler-deployment-build -4. Create exchange's keys +5. Create denomination and signing keys +.. note:: + This step takes care of creating auditor's signature too. +.. code-block:: none + + $ taler-deployment-keyup + +6. Sign exchange's /wire response file +.. code-block:: -5. Sign exchange's /wire response + taler-deployment-config-sign -6. ? -------------------- Deploying to stable