gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: netzbon: nexus config


From: gnunet
Subject: [taler-deployment] branch master updated: netzbon: nexus config
Date: Wed, 29 Nov 2023 18:22:54 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0264ba4  netzbon: nexus config
0264ba4 is described below

commit 0264ba4d1bb4155fd693c63832ee5a4971519cf0
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 29 18:22:32 2023 +0100

    netzbon: nexus config
---
 netzbon/config_libeufin_nexus.sh | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/netzbon/config_libeufin_nexus.sh b/netzbon/config_libeufin_nexus.sh
new file mode 100755
index 0000000..55cafb5
--- /dev/null
+++ b/netzbon/config_libeufin_nexus.sh
@@ -0,0 +1,24 @@
+#!/bin/bash
+# This file is in the public domain.
+#
+# This script configure and launches libeufin-bank.
+# The setup provides the admin account at the bank, and
+# another account for the exchange at the bank.
+#
+# The environment must provide the following variables:
+set -eu
+
+# In order to reach the bank, the setup step needs to provide
+# the section [ebics-setup].  This is a manual process that is
+# to be conducted separately.
+
+echo -e "[nexus-postgres]\n"\
+"config = postgresql:///libeufinbank" \
+  >> /etc/libeufin/libeufin-nexus.conf
+
+say "Setting up libeufin-nexus database"
+libeufin-nexus-dbconfig
+
+say "Start nexus tasks..."
+systemctl enable --now libeufin-nexus-ebics-fetch
+systemctl enable --now libeufin-nexus-ebics-submit

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