taler-docs

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

commit 500a7b71a3ee0de82fe1e46cd7d7e71c5842533f
parent 8a36e7392aa376a23727b50268c89508350c1cc6
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 27 Sep 2016 16:09:11 +0200

deployment instructions

Diffstat:
Adeployment.rst | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/deployment.rst 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 + +