summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-27 16:09:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-27 16:09:11 +0200
commit500a7b71a3ee0de82fe1e46cd7d7e71c5842533f (patch)
treeaccd7fc111cdbb9d8cf85145a600ee62169a2f7e
parent8a36e7392aa376a23727b50268c89508350c1cc6 (diff)
downloaddocs-500a7b71a3ee0de82fe1e46cd7d7e71c5842533f.tar.gz
docs-500a7b71a3ee0de82fe1e46cd7d7e71c5842533f.tar.bz2
docs-500a7b71a3ee0de82fe1e46cd7d7e71c5842533f.zip
deployment instructions
-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
+
+