From 859feb37e1657a18367030207f2840cd7cf12e66 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 26 Dec 2017 11:36:08 +0100 Subject: instructions on how to run a database for a standalone setup --- doc/onboarding.texi | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/onboarding.texi b/doc/onboarding.texi index c0ba2d9..ad12dff 100644 --- 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 -- cgit v1.2.3