From 4dfdadcf96fe485d6bfadb3c5201ec341978856d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 17 May 2017 17:45:28 +0200 Subject: instructions about deploying on 'test' --- docs/deployment.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/deployment.rst b/docs/deployment.rst index 346153c0..afc44b3b 100644 --- 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 -- cgit v1.2.3