gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: more on nexus how-to


From: gnunet
Subject: [taler-docs] branch master updated: more on nexus how-to
Date: Fri, 02 Oct 2020 16:10:08 +0200

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 62c251a  more on nexus how-to
62c251a is described below

commit 62c251aa5721a58232be6da6d56cfe3ade3e12f4
Author: MS <ms@taler.net>
AuthorDate: Fri Oct 2 16:10:00 2020 +0200

    more on nexus how-to
---
 libeufin/nexus-howto.rst | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/libeufin/nexus-howto.rst b/libeufin/nexus-howto.rst
index 672f3f3..a212927 100644
--- a/libeufin/nexus-howto.rst
+++ b/libeufin/nexus-howto.rst
@@ -3,14 +3,33 @@ Nexus How-To
 
 .. contents:: Table of Contents
 
+Obtain Nexus
+============
+Nexus can be downloaded via Git:
+``$ git clone git://git.taler.net/libeufin``
+
+Note that Kotlin+Gradle should already work on the host system.
+
 Install Nexus
 =============
+Navigate into the `libeufin` local repository, and from top-level run:
+``$ ./gradlew -Pprefix=$PREFIX nexus:installToPrefix``
+
+In case of success, Nexus can be run with the following command:
+``$ libeufin-nexus``
 
-Run Nexus without installation
-==============================
+..
+  Run Nexus without installation
+  ==============================
+  Navigate into the `libeufin` local repository, and from top-level run:
+  ``$ ./gradlew nexus:run --console=plain --args=serve [--db-name=<my-db>]``
 
 Connect Nexus with a EBICS account
 ==================================
+Nexus is a Web service that unifies banking protocols, like EBICS, under
+one JSON-based abstraction layer.  Therefore, "using Nexus" means having
+a running Nexus service that will receive the requests from another command
+line program that is as well offered along LibEuFin.
 
 Request history of transactions
 ===============================

-- 
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]