gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (c430fd8 -> d045a66)


From: gnunet
Subject: [taler-docs] branch master updated (c430fd8 -> d045a66)
Date: Sat, 28 Nov 2020 03:37:13 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository docs.

    from c430fd8  remove spurious apostrophe
     new 02d0673  remove spurious period
     new 029ff55  add space between ‘set’ and ‘up’
     new e5d4c2a  convert inline markup to code block
     new d045a66  spell ‘PostgreSQL’ w/ uppercase ‘SQL’

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libeufin/nexus-tutorial.rst | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 122eecc..2421b9a 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -6,16 +6,19 @@ Nexus How-To
 Nexus is a Web service that provides a JSON abstraction layer to
 access bank accounts.  It is **not** itself a bank, but a translator
 between JSON requests and more structured banking protocols (like
-EBICS, for example.), that are offered by actual banks.
+EBICS, for example), that are offered by actual banks.
 
-This document explains how to setup Nexus to access a bank account
+This document explains how to set up Nexus to access a bank account
 via the EBICS protocol.  In order to follow all the steps below, the
 reader should already have one EBICS subscriber activated at their bank.
 
 Obtain Nexus
 ============
 Nexus belongs to the LibEuFin project, and can be downloaded via Git:
-``$ git clone git://git.taler.net/libeufin``
+
+.. code-block:: shell
+
+  $ git clone git://git.taler.net/libeufin
 
 Note that Kotlin+Gradle should already work on the host system.
 
@@ -47,7 +50,7 @@ Use the following command to *(1) run the nexus service*:
 After the startup, Nexus should have created a ``.sqlite3`` file in
 its current working directory.  Feel free to use the ``--with-db`` option
 to change the database name and path.  In future releases, the support
-for Postgresql will be provided.
+for PostgreSQL will be provided.
 
 At this point a *(2) superuser account needs to be activated
 into the system*:
@@ -65,7 +68,7 @@ activated on the bank.  In the Nexus terminology, this is 
called *(3)
 creating a EBICS connection*.
 
 .. note::
-  
+
   The command line interface needs the following three values
   to be defined into the environment: ``NEXUS_BASE_URL``, ``NEXUS_USERNAME``,
   and ``NEXUS_PASSWORD``.  In this example, NEXUS_USERNAME should be
@@ -205,7 +208,7 @@ identifies the prepared payment in the Nexus system.  It'll 
be needed
 in the next step, to **send the payment instructions to the bank**:
 
 .. code-block:: shell
-  
+
   libeufin-cli \
     accounts \
       submit-payment \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]