summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-03-13 21:49:25 +0100
committerMS <ms@taler.net>2023-03-13 21:49:25 +0100
commit494a9e907ba9b8d353a5f3a52d01d253393e4886 (patch)
treef5e0f223127cb3b702fda473f45b8b299102fd3d
parenta1b00dd99136ca4387cbb63990a5fa3481498d1b (diff)
downloadlibeufin-494a9e907ba9b8d353a5f3a52d01d253393e4886.tar.gz
libeufin-494a9e907ba9b8d353a5f3a52d01d253393e4886.tar.bz2
libeufin-494a9e907ba9b8d353a5f3a52d01d253393e4886.zip
readme: UI section
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 7bec9319..eefb004d 100644
--- a/README
+++ b/README
@@ -47,3 +47,17 @@ The archive should be found at: build/distributions/libeufin-$VERSION.zip
After extracting the compressed files, run the three
executable found under the "bin/" folder.
+
+User interface
+==============
+
+This repository does not ship any UI, rather it downloads
+one from the following project along the "make deb" target:
+https://git.taler.net/wallet-core.git/tree/packages/demobank-ui
+
+This way, the libeufin-sandbox Debian package provides one
+self-contained solution including Nginx, LibEuFin Sandbox,
+and the UI.
+
+Note: the UI an independent Web app that could even be served
+from a different host than the one running the backend.