summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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