taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 07ac0d99cf0ec453a179137713297f31e4e0b0e3
parent 26b5e7d52f810ef1301de3c4c4c305468cb90ece
Author: MS <ms@taler.net>
Date:   Fri,  4 Nov 2022 16:52:31 +0100

remove taler-gv from deployment guide

Diffstat:
Mdemo-deployment.rst | 42+-----------------------------------------
1 file changed, 1 insertion(+), 41 deletions(-)

diff --git a/demo-deployment.rst b/demo-deployment.rst @@ -1,44 +1,4 @@ This document explains how to install Taler+LibEuFin on gv.taler.net, for demo.taler.net. -The installation uses deployment.git/bin/taler-gv, which -offers the following subcommands: - -* bootstrap -* build -* prepare -* launch -* stop - -How to install --------------- -1. python3 taler-gv bootstrap -2. python3 taler-gv build -3. python3 taler-gv prepare - -If everything worked, then launch all the services -with: - -4. python3 taler-gv launch - -Configuration files -------------------- -The 'prepare' subcommand generate all the configuration files -and put them in $HOME/config. NOTE: at this point, the Python -demo sites are ignoring the '-c' flag and *still* accessing the -config file at $HOME/.config/taler.conf, which is now a symlink -to $HOME/config/taler.conf. - -Logging -------- -Logging files are placed into logs/, but _some_ logging may -still be found through SystemD. - -Sources -------- -Downloaded by the 'bootstrap' subcommand into $HOME/sources. - -Process manager ---------------- -SystemD is the process manager, invoked at prepare/launch/stop -subcommands. +Please, refer to deployment.git/docker/hybrid/README