summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/onboarding.texi12
1 files changed, 11 insertions, 1 deletions
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