gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: libeufin howto, more instructions


From: gnunet
Subject: [taler-docs] branch master updated: libeufin howto, more instructions
Date: Mon, 05 Oct 2020 15:22:29 +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 6e93827  libeufin howto, more instructions
6e93827 is described below

commit 6e93827efa3481404d29005b7891830e804d0147
Author: MS <ms@taler.net>
AuthorDate: Mon Oct 5 15:22:19 2020 +0200

    libeufin howto, more instructions
---
 libeufin/api-nexus.rst   |  4 ++--
 libeufin/nexus-howto.rst | 19 ++++++++++++-------
 2 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index bb05a8f..1d35a4f 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -32,8 +32,8 @@ User Management
        // User name
        username: string;
 
-       // Is it a superuser?
-       superuser: boolean;
+       // Password
+       password: string;
      }
 
 .. http:post:: {nexusBase}/users
diff --git a/libeufin/nexus-howto.rst b/libeufin/nexus-howto.rst
index a212927..5fc0147 100644
--- a/libeufin/nexus-howto.rst
+++ b/libeufin/nexus-howto.rst
@@ -5,7 +5,7 @@ Nexus How-To
 
 Obtain Nexus
 ============
-Nexus can be downloaded via Git:
+Nexus belongs to the broader LibEuFin project, and can be downloaded via Git:
 ``$ git clone git://git.taler.net/libeufin``
 
 Note that Kotlin+Gradle should already work on the host system.
@@ -18,12 +18,6 @@ Navigate into the `libeufin` local repository, and from 
top-level run:
 In case of success, Nexus can be run with the following command:
 ``$ libeufin-nexus``
 
-..
-  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
@@ -31,6 +25,17 @@ 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.
 
+Use the following command to `(1) run the nexus service`:
+``$ libeufin-nexus``
+
+At this point a `(2) superuser account needs to be activated
+into the system`:
+``$ libeufin-nexus superuser foo # Will interactively ask for password``
+
+For simplicity, we'll enable the superuser to access the bank account
+via the EBICS protocol, but a API to create less privileged users exists.
+
+
 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]