summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-12-09 21:38:47 +0100
committerMS <ms@taler.net>2022-12-09 21:38:47 +0100
commit07ec9d08f0193c0c9aebf747f7d19d746ce3fe9a (patch)
tree063420bcdf1a0383b406f3e863405d2b81bc5f43 /libeufin
parent60db7d6a82a2a2fe57c8e671e6c47d44f7dc0b57 (diff)
downloaddocs-07ec9d08f0193c0c9aebf747f7d19d746ce3fe9a.tar.gz
docs-07ec9d08f0193c0c9aebf747f7d19d746ce3fe9a.tar.bz2
docs-07ec9d08f0193c0c9aebf747f7d19d746ce3fe9a.zip
remove obsolete
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/demo-deployment-gv.rst49
1 files changed, 0 insertions, 49 deletions
diff --git a/libeufin/demo-deployment-gv.rst b/libeufin/demo-deployment-gv.rst
deleted file mode 100644
index 49462579..00000000
--- a/libeufin/demo-deployment-gv.rst
+++ /dev/null
@@ -1,49 +0,0 @@
-.. 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