commit 859feb37e1657a18367030207f2840cd7cf12e66 parent ce64d4ab2723b7f9d278c67192a2669a0d9937be Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 26 Dec 2017 11:36:08 +0100 instructions on how to run a database for a standalone setup Diffstat:
| M | doc/onboarding.texi | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/doc/onboarding.texi b/doc/onboarding.texi @@ -342,7 +342,17 @@ $ source activate # contain $HOME/local/bin. $ echo $PATH -# The actual compilation: +# Then we need to install GNUnet beforehand, as it provides the 'ARM' +# utility that is used to start the database service. +$ cd deployment/taler-arm/ +$ make gnunet-stamp + +# Now we can start the database, with ($CWD is irrelevant now): +$ taler-deployment-arm -s +$ taler-deployment-arm -i taler-postgres-standalone + +# If the previous commands succeeded, then we can install all the remaining +# components and run checks for them. Issue: $ taler-deployment-build @end example