summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-17 20:42:09 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-17 20:42:09 +0200
commit6d3658ef51d9e4f9ccf3045c97947716b57ce18d (patch)
tree5d8ae9569234c35d012a4a5f39663889f5f73b42 /docs
parente1380ca6c49ab147abae31bcf250fc293310238d (diff)
downloaddocs-6d3658ef51d9e4f9ccf3045c97947716b57ce18d.tar.gz
docs-6d3658ef51d9e4f9ccf3045c97947716b57ce18d.tar.bz2
docs-6d3658ef51d9e4f9ccf3045c97947716b57ce18d.zip
further instructions to deploy 'test'
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment.rst20
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index 7e782ffd..3bdc7889 100644
--- 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