taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 597d646bad94a54e00b3e4b4e6a85cfb7bb5aa7a
parent 020224b779e989581b5b4453af06761824174e96
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Mar 2023 12:18:29 +0100

improve scripts

Diffstat:
Mnetzbon/config_launch_libeufin.sh | 2++
Mnetzbon/main.sh | 4++--
Mpackaging/debian-docker/Dockerfile | 26+++++++++++++-------------
3 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh @@ -42,6 +42,8 @@ function exit_cleanup() } trap "exit_cleanup" EXIT +say "Setting up libeufin" + # EBICS parameters that must match but are only used internally. EBICS_HOST_ID="TALERHOST" EBICS_PARTNER_ID="talerop" diff --git a/netzbon/main.sh b/netzbon/main.sh @@ -30,12 +30,12 @@ then fi if test -z "${SANDBOX_ADMIN_PASSWORD:-}" then - read -p "Enter the admin password for the bank: " SANDBOX_ADMIN_PASSWORD + read -s -p "Enter the admin password for the bank: " SANDBOX_ADMIN_PASSWORD echo "SANDBOX_ADMIN_PASSWORD=${SANDBOX_ADMIN_PASSWORD}" >> config/user.conf fi if test -z "${DOMAIN_NAME:-}" then - read -s -p "Enter the domain name: " DOMAIN_NAME + read -p "Enter the domain name: " DOMAIN_NAME echo "DOMAIN_NAME=${DOMAIN_NAME}" >> config/user.conf fi # END USER INTERACTION diff --git a/packaging/debian-docker/Dockerfile b/packaging/debian-docker/Dockerfile @@ -37,16 +37,16 @@ RUN chmod +x /root/gnunet-build.sh RUN /root/gnunet-build.sh v0.19.3-debian COPY libeufin-build.sh /root/ RUN chmod +x /root/libeufin-build.sh -RUN /root/libeufin-build.sh v0.9.2-debian-1 -COPY taler-build.sh /root/ -RUN chmod +x /root/taler-build.sh -RUN /root/taler-build.sh v0.9.2 -COPY sync-build.sh /root/ -RUN chmod +x /root/sync-build.sh -RUN /root/sync-build.sh v0.9.2 -COPY anastasis-build.sh /root/ -RUN chmod +x /root/anastasis-build.sh -RUN /root/anastasis-build.sh v0.3.2 -COPY wallet-build.sh /root/ -RUN chmod +x /root/wallet-build.sh -RUN /root/wallet-build.sh v0.9.2-debian-1 +RUN /root/libeufin-build.sh v0.9.2-debian-2 +#COPY taler-build.sh /root/ +#RUN chmod +x /root/taler-build.sh +#RUN /root/taler-build.sh v0.9.2 +#COPY sync-build.sh /root/ +#RUN chmod +x /root/sync-build.sh +#RUN /root/sync-build.sh v0.9.2 +#COPY anastasis-build.sh /root/ +#RUN chmod +x /root/anastasis-build.sh +#RUN /root/anastasis-build.sh v0.3.2 +#COPY wallet-build.sh /root/ +#RUN chmod +x /root/wallet-build.sh +#RUN /root/wallet-build.sh v0.9.2-debian-1