gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: readme


From: gnunet
Subject: [taler-deployment] branch master updated: readme
Date: Tue, 08 Nov 2022 15:44:56 +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 e7b5c16  readme
e7b5c16 is described below

commit e7b5c16ac0d38df83a8c00bff52be56a4bdb4de2
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 8 15:44:51 2022 +0100

    readme
---
 docker/demo/README | 26 +++++++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

diff --git a/docker/demo/README b/docker/demo/README
index 5433edd..93a7bc9 100644
--- a/docker/demo/README
+++ b/docker/demo/README
@@ -28,7 +28,7 @@ Base image
 This image contains a minimal Debian distribution
 with ALL the Taler software and its dependencies.
 
-Navigate to the "images/base" folder, and run the
+Navigate to the "images/base" directory, and run the
 following command:
 
   $ docker build --no-cache -t taler_local/taler_base .
@@ -36,7 +36,7 @@ following command:
 Composed containers
 -------------------
 
-From this folder, run:
+From this directory, run:
 
   $ docker-compose build
 
@@ -53,7 +53,23 @@ for an example.
 Run
 ---
 
-From this folder:
+The following command starts all the services in the background,
+and manages all the restarts (FIXME: observed once, to be confirmed!).
+Run it from this directory:
+
+  $ docker-compose up --remove-orphans -d 
+
+On a daemonized setup, live logs can still be seen by running
+the following command from this directory:
+
+  $ docker-compose logs
+
+To stop the services, run the following command from this directory:
+  $ docker-compose stop
+
+To start the services in the foreground, run the following command
+from this directory (no restart is provided):
+
   $ docker-compose up --remove-orphans --abort-on-container-exit
 
 Volumes
@@ -69,7 +85,7 @@ the previous step into the Docker volumes.  From this 
directory:
 
   $ ./import-backup.sh $PATH_TO_THE_TAR_FILE
 
-If data in the volumes needs to be removed, run from this folder:
+If data in the volumes needs to be removed, run from this directory:
 
   $ docker-compose down -v
 
@@ -86,7 +102,7 @@ The started container should now have all the logs under 
/logs.
 How to test on localhost
 ========================
 
-From this folder:
+From this directory:
   
   $ ./test-docker-mvp.sh
 

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