gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: typescript sandbox


From: gnunet
Subject: [taler-deployment] branch master updated: typescript sandbox
Date: Wed, 11 May 2022 10:10:32 +0200

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 1051779  typescript sandbox
1051779 is described below

commit 105177923aaeb75b2f9a570424392b4344862b78
Author: ms <ms@taler.net>
AuthorDate: Wed May 11 10:09:44 2022 +0200

    typescript sandbox
    
    disable login and log custom service to console
---
 typescript/container/Dockerfile      | 8 ++++++++
 typescript/container/prepare.service | 1 +
 2 files changed, 9 insertions(+)

diff --git a/typescript/container/Dockerfile b/typescript/container/Dockerfile
index f231e2b..acea926 100644
--- a/typescript/container/Dockerfile
+++ b/typescript/container/Dockerfile
@@ -19,9 +19,17 @@ COPY taler-local .
 RUN python3 /taler-local bootstrap --without-repos wallet-core
 RUN python3 /taler-local build
 
+# To debug.  Will be removed.
 RUN echo "root:taler" | chpasswd
+# No need to manually login.
+RUN systemctl mask console-getty
+# RUN systemctl mask systemd-logind
+
 COPY prepare.service /etc/systemd/system
 RUN chmod 664 /etc/systemd/system/prepare.service
+
+# prepare.sh creates the database and finally
+# calls the configuration interpreter / generator: taler-config.js.
 COPY prepare.sh .
 COPY export_path.sh /root/.bashrc
 RUN chmod +x prepare.sh
diff --git a/typescript/container/prepare.service 
b/typescript/container/prepare.service
index dac9bab..b35d3da 100644
--- a/typescript/container/prepare.service
+++ b/typescript/container/prepare.service
@@ -3,6 +3,7 @@ Description=PrepareDatabase
 
 [Service]
 ExecStart=/prepare.sh
+StandardOutput=journal+console
 
 [Install]
 WantedBy=multi-user.target

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