commit 806e42d9697ccd7bf1c07cb6a32e612d44b656d7 parent 4342bc401ef004b52fa38c531d47a6c78f87c824 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 13 Sep 2019 10:29:32 +0200 prepare Taler Diffstat:
| M | onboarding.rst | | | 51 | +++++---------------------------------------------- |
1 file changed, 5 insertions(+), 46 deletions(-)
diff --git a/onboarding.rst b/onboarding.rst @@ -57,54 +57,13 @@ do: $ cd $HOME $ git clone git://git.taler.net/deployment -Then run the bootstrap script that will download all the repositories. +Then run the prepare script that will (1) download all the repositories +(2) build the codebases, (3) configure the system, and (4) generate the +needed data. :: - - $ ./deployment/bootstrap-taler <env> - - # <env> will make all the services serve *.<env>.taler.net - # - # Currently at Gv.Taler.Net, only 'demo' / 'test' / 'int' have - # DNS and certs configured. - -If successful, then activate the new environment with: - -:: - - source activate - -Compile and install all the components. - -:: - - $ taler-deployment-build - -Create the global configuration file. - -:: - - $ taler-deployment-config-generate - -Create (only) the folders where all the data needed by Taler will be -copied into (keys / JSONs with wire details / ..) - -:: - - $ taler-deployment-hier - -Create all the keys. - -:: - - $ taler-deployment-keyup - -Sign the ``/wire`` response for the exchange. - -:: - - $ taler-deployment-sign - + $ ./deployment/bin/taler-deployment-prepare + .. **Note**