summaryrefslogtreecommitdiff
path: root/deployment.rst
blob: 95ff6971db86ad089407bc08c541462f432c674e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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