summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deployment.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/deployment.rst b/deployment.rst
new file mode 100644
index 00000000..95ff6971
--- /dev/null
+++ b/deployment.rst
@@ -0,0 +1,31 @@
+===================
+Deployment Protocol
+===================
+
+------
+Wallet
+------
+
+.. code-block::
+ cd wallet-webex
+
+ # check dependencies
+ ./configure
+
+ # edit version and version_name
+ $EDITOR manifest.json
+
+ make package-stable
+
+The built wallet is now ready in `taler-wallet-stable-${version_name}${version}.zip`.
+
+FIXME: here, we should do some semi-automated testing with selenium, to see
+that everything works against `demo.taler.net`.
+
+The package can now be uploaded to https://chrome.google.com/webstore/developer/dashboard
+
+FIXME: include asset links and descriptions we use in the webstore in this document
+
+FIXME: include instructions for other app stores
+
+