taler-docs

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

commit 4dfdadcf96fe485d6bfadb3c5201ec341978856d
parent 51686cbc5e16242fcd15fff01251cc45636ecb3f
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 17 May 2017 17:45:28 +0200

instructions about deploying on 'test'

Diffstat:
Mdocs/deployment.rst | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/docs/deployment.rst b/docs/deployment.rst @@ -29,6 +29,31 @@ FIXME: include asset links and descriptions we use in the webstore in this docu FIXME: include instructions for other app stores +----------------- +Deploying to test +----------------- + +1. From a clean home directory, first clone the deployment repository +.. code-block:: none + + $ git clone /var/git/deployment.git + +2. Run the bootstrap script; this will checkout any needed repository +.. code-block:: none + + $ deployment/bootstrap-bluegreen test + +3. Compile the project +.. code-block:: none + + $ source activate + $ taler-deployment-build + +4. Create exchange's keys + +5. Sign exchange's /wire response + +6. ? -------------------- Deploying to stable