summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 22:23:40 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 22:23:40 -0400
commit7ecf07e3c34d2d9a672306314a30e8405cd9bef2 (patch)
tree4d853bd38d9c55d096dc78417478a213038b284a /taler-exchange-setup-guide.rst
parent96475488928ea09e28844cc47111d2d2806dfbed (diff)
downloaddocs-7ecf07e3c34d2d9a672306314a30e8405cd9bef2.tar.gz
docs-7ecf07e3c34d2d9a672306314a30e8405cd9bef2.tar.bz2
docs-7ecf07e3c34d2d9a672306314a30e8405cd9bef2.zip
write "Nexus" w/ initial upcase latter
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index c17ac6f3..89671ee1 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -49,9 +49,9 @@ To deploy this with a real bank, you need:
Information to write down during the installation:
-* libeufin nexus superuser password
+* libeufin Nexus superuser password
* Taler facade base URL
-* exchange nexus username and password
+* exchange Nexus username and password
@@ -160,7 +160,7 @@ to compartmentalize different parts of the system:
* taler-exchange-secmod-eddsa: manages the EdDSA private online signing keys.
* taler-exchange-closer: closes idle reserves by triggering wire transfers that refund the originator.
* taler-exchange-aggregator: aggregates deposits into larger wire transfer requests.
-* taler-exchange-wire: performs wire transfers with the bank (via libeufin/nexus).
+* taler-exchange-wire: performs wire transfers with the bank (via libeufin/Nexus).
* postgres: runs the Postgres database (from *postgres* package).
* www-data: runs the frontend HTTPS service with the TLS keys (from *nginx* package).
@@ -326,7 +326,7 @@ to create less privileged users is offered.
Connecting Nexus with an EBICS account
--------------------------------------
-The command line interface of the LibEuFin nexus needs the following three
+The command line interface of the LibEuFin Nexus needs the following three
values to be defined in the environment: ``LIBEUFIN_NEXUS_URL``,
``LIBEUFIN_NEXUS_USERNAME``, and ``LIBEUFIN_NEXUS_PASSWORD``. In this example,
``LIBEUFIN_NEXUS_USERNAME`` should be set to ``admin``, and
@@ -334,7 +334,7 @@ values to be defined in the environment: ``LIBEUFIN_NEXUS_URL``,
previous step (the ``libeufin-nexus superuser`` command). The
``LIBEUFIN_NEXUS_URL`` could be given as ``http://localhost:5017/``.
-Next, we create a EBICS *bank connection* that nexus can use to communicate with the bank.
+Next, we create a EBICS *bank connection* that Nexus can use to communicate with the bank.
.. code-block:: console
@@ -430,7 +430,7 @@ list of transactions, and making a payment.
Testing: Requesting the transaction history
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The LibEuFin nexus keeps a local copy of the bank account's transaction
+The LibEuFin Nexus keeps a local copy of the bank account's transaction
history. Before querying transactions locally, it is necessary
to request transactions for the bank account via the bank connection.
@@ -495,7 +495,7 @@ in the next step, to **send the payment instructions to the bank**:
Automatic scheduling
~~~~~~~~~~~~~~~~~~~~
-With an EBICS bank connection, the LibEuFin nexus needs to regularly query for
+With an EBICS bank connection, the LibEuFin Nexus needs to regularly query for
new transactions and (re-)submit prepared payments.
It is possible to schedule these tasks via an external task scheduler such as