summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 11:36:08 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 11:36:08 +0100
commit859feb37e1657a18367030207f2840cd7cf12e66 (patch)
tree8c395bb6c75afee9e12aa0bd06b4886d3816a8e6 /doc
parentce64d4ab2723b7f9d278c67192a2669a0d9937be (diff)
downloaddeployment-859feb37e1657a18367030207f2840cd7cf12e66.tar.gz
deployment-859feb37e1657a18367030207f2840cd7cf12e66.tar.bz2
deployment-859feb37e1657a18367030207f2840cd7cf12e66.zip
instructions on how to run a database for a standalone setup
Diffstat (limited to 'doc')
-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