gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] branch master updated: finishing per-user deplo


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: finishing per-user deployment instructions
Date: Tue, 23 May 2017 11:44:25 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new c098ea3  finishing per-user deployment instructions
c098ea3 is described below

commit c098ea3982c55c5969d087f400ca0148ce7d37e7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 23 11:44:25 2017 +0200

    finishing per-user deployment instructions
---
 docs/deployment.rst | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/docs/deployment.rst b/docs/deployment.rst
index 09c4c80..cc6d188 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -172,3 +172,28 @@ specific and overridden by our method of starting services.
 
   $ source activate
   $ taler-deployment-build
+
+4. Generate configuration
+
+.. code-block:: none
+
+  $ taler-deployment-config-generate
+  # This will sign exchange's /wire response
+  $ taler-deployment-config-sign
+
+5. Generate denomination keys
+
+.. code-block:: none
+
+  # This will also get denomination keys signed by
+  # the auditor.
+  $ taler-deployment-keyup
+
+6. Start all services
+
+.. code-block:: none
+
+  # NOTE: some services might need an explicit reset of the DB.
+  # For example, the exchange might need 'taler-exchange-dbinit -r'
+  # to be run before running the exchange service.
+  $ taler-deployment-start

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]