summaryrefslogtreecommitdiff
path: root/libeufin/int-deployment-gv.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-01-06 03:30:16 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-01-06 03:30:16 -0500
commit9fce45f796ef8e92fc5731d1a897dd337a6f921b (patch)
treefc660211b422c6ed24136ab49da893ccf1883d1a /libeufin/int-deployment-gv.rst
parent370f700cb58a145c09531929a904d8480b55184b (diff)
downloaddocs-9fce45f796ef8e92fc5731d1a897dd337a6f921b.tar.gz
docs-9fce45f796ef8e92fc5731d1a897dd337a6f921b.tar.bz2
docs-9fce45f796ef8e92fc5731d1a897dd337a6f921b.zip
use ‘.. note::’ syntax (two instances)
Diffstat (limited to 'libeufin/int-deployment-gv.rst')
-rw-r--r--libeufin/int-deployment-gv.rst22
1 files changed, 13 insertions, 9 deletions
diff --git a/libeufin/int-deployment-gv.rst b/libeufin/int-deployment-gv.rst
index dc6f21ef..b3a12935 100644
--- a/libeufin/int-deployment-gv.rst
+++ b/libeufin/int-deployment-gv.rst
@@ -27,14 +27,16 @@ At this point, the services can be launched, and will be
served at ``$hostname/$service``. The following command
will launch all the services and show what ``$service``
can be:
-
+
.. code-block:: console
$ python3 deployment/bin/WIP/taler-local launch
-Note: in this context, one reverse proxy gets launched
-along all the Taler services and will dispatch any request
-to ``$service`` to the respective Unix domain socket.
+.. note::
+
+ In this context, one reverse proxy gets launched
+ along all the Taler services and will dispatch any request
+ to ``$service`` to the respective Unix domain socket.
Withdraw with Taler
-------------------
@@ -43,17 +45,19 @@ The following command withdraws a fixed amount of 5 units of currency
to the CLI wallet:
.. code-block:: console
-
+
$ python3 deployment/bin/WIP/taler-local withdraw
The requests will be addressed to the default Sandbox, unless
``--bank-host`` (and ``--bank-proto``) were given; see ``--help``
for more information.
-Note: to test phone wallets, the option ``--with-qr-code``
-can be specified. That will print a QR code on screen, and
-wait for the user's input before confirming the payment to
-the Exchange.
+.. note::
+
+ To test phone wallets, the option ``--with-qr-code``
+ can be specified. That will print a QR code on screen, and
+ wait for the user's input before confirming the payment to
+ the Exchange.
Taler Internal deployment
-------------------------