gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Drafting libEufin deployment on Gv.


From: gnunet
Subject: [taler-docs] branch master updated: Drafting libEufin deployment on Gv.
Date: Mon, 04 Oct 2021 11:15:54 +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 8aa010e  Drafting libEufin deployment on Gv.
8aa010e is described below

commit 8aa010ecfa281765111db376c27c75d7323f03ab
Author: ms <ms@taler.net>
AuthorDate: Mon Oct 4 11:14:17 2021 +0200

    Drafting libEufin deployment on Gv.
---
 libeufin/demo-deployment-gv.rst | 49 +++++++++++++++++++++++++++++++++++++++++
 libeufin/index.rst              |  1 +
 2 files changed, 50 insertions(+)

diff --git a/libeufin/demo-deployment-gv.rst b/libeufin/demo-deployment-gv.rst
new file mode 100644
index 0000000..4946257
--- /dev/null
+++ b/libeufin/demo-deployment-gv.rst
@@ -0,0 +1,49 @@
+.. target audience: operator, developer
+
+Deploying Taler with libEufin
+#############################
+
+.. contents:: Table of Contents
+
+This guide shows the steps to set up libEufin as the bank
+for Taler.  At this stage, only three constant bank accounts
+are allowed, and the withdrawal can be triggered via the
+command line interface.
+
+This document is more a set of notes for internal use than
+a actual document for system administrators.
+
+Deployment on Gv
+----------------
+
+After having pulled the latest code of deployment.git:
+
+.. code-block:: console
+
+   # The step below destroys data!
+   $ rm -fr ~/taler-data/*
+   # For the step below, the environment must be called 'int'.
+   $ taler-deployment bootstrap
+   $ taler-deployment build
+   # The step below destroys data!
+   $ taler-deployment-prepare-with-eufin resetDb
+   $ taler-deployment-restart-with-eufin
+
+At this point, the file ~/libeufin_admin_password should exist
+and contain the password for the 'admin' user of the Sandbox.  This
+user is *also* the one that can withdraw with Taler.
+
+Withdraw with Taler
+-------------------
+
+.. code-block:: console
+   
+   $ http --auth admin:$password $hostname/eufin/sandbox/taler
+
+The previous step should have returned a taler://-URI that
+can be passed to the wallet:
+
+
+.. code-block:: console
+
+   $ taler-wallet-cli handle-uri $taler_uri
diff --git a/libeufin/index.rst b/libeufin/index.rst
index 4141f44..0e18486 100644
--- a/libeufin/index.rst
+++ b/libeufin/index.rst
@@ -17,3 +17,4 @@ LibEuFin is a project providing free software tooling for 
European FinTech.
   transaction-identification
   frontend
   nexus-tutorial
+  demo-deployment-gv

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