summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-02-26 04:53:23 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-02-26 04:53:23 -0500
commit9a78a91804c0fb8bc7c5807327c7bf414951bc4f (patch)
tree2acb14a3c0c33f48bc5c8a0cff098e82e14df697 /libeufin/nexus-tutorial.rst
parentd70a8c593bbc34941e8970a4a7959825b90f8c25 (diff)
downloaddocs-9a78a91804c0fb8bc7c5807327c7bf414951bc4f.tar.gz
docs-9a78a91804c0fb8bc7c5807327c7bf414951bc4f.tar.bz2
docs-9a78a91804c0fb8bc7c5807327c7bf414951bc4f.zip
capitalize Nexus (seven instances)
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 45d56e6d..df8ba1b3 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -403,7 +403,7 @@ Only *SQLite* (e.g. ``jdbc:sqlite:/tmp/libeufintestdb``) and *PostgreSQL (via TC
(e.g. ``jdbc:postgresql://localhost:$port/libeufintestdb?user=$username&password=$password``)
are supported right now.
-Use the following command to run the nexus service:
+Use the following command to run the Nexus service:
.. code-block:: console
@@ -412,8 +412,8 @@ Use the following command to run the nexus service:
This assumes that the PostgreSQL service with a database
called ``libeufindb`` listens on port 5433
-for requests from the nexus service.
-The nexus service itself listens on port 5017.
+for requests from the Nexus service.
+The Nexus service itself listens on port 5017.
Note that you must have the ``LIBEUFIN_NEXUS_DB_CONNECTION``
environment variable set for most uses of the libeufin-nexus
command.
@@ -440,7 +440,7 @@ set to ``foo``, and ``LIBEUFIN_NEXUS_PASSWORD`` to the value given for its passw
in the previous step (with 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.
.. note::
@@ -553,7 +553,7 @@ list of transactions, and making a payment.
Request history of transactions
===============================
-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.
@@ -615,11 +615,11 @@ 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
-cron(8). However, the nexus also has an internal task scheduling mechanism for
+cron(8). However, the Nexus also has an internal task scheduling mechanism for
accounts.