summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-17 17:45:28 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-17 17:45:28 +0200
commit4dfdadcf96fe485d6bfadb3c5201ec341978856d (patch)
tree048a5e60a7edaaf8dc4e92b51e04a0cc0bb6b3f6 /docs
parent51686cbc5e16242fcd15fff01251cc45636ecb3f (diff)
downloaddocs-4dfdadcf96fe485d6bfadb3c5201ec341978856d.tar.gz
docs-4dfdadcf96fe485d6bfadb3c5201ec341978856d.tar.bz2
docs-4dfdadcf96fe485d6bfadb3c5201ec341978856d.zip
instructions about deploying on 'test'
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment.rst25
1 files changed, 25 insertions, 0 deletions
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