summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-20 15:05:42 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-20 15:06:07 +0200
commit9e49f67c16d3ffe4e23fae3671c8ae82212626e5 (patch)
treea34a6704dbfb58001d102a937259c780a0d4672e
parente0c9594e3a76b235e2db738ab95c96a4e45fcfda (diff)
downloaddeployment-9e49f67c16d3ffe4e23fae3671c8ae82212626e5.tar.gz
deployment-9e49f67c16d3ffe4e23fae3671c8ae82212626e5.tar.bz2
deployment-9e49f67c16d3ffe4e23fae3671c8ae82212626e5.zip
Warn about lcov worker db.
-rw-r--r--doc/onboarding.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index 99f17f7..4de8107 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -183,6 +183,20 @@ $ taler-deployment-bbstart
$ taler-deployment-bbstop
@end example
+@b{NOTE:} a Postgres "per-user" database service should always
+be running, as @emph{lcovslave} is deployed in a standalone environment.
+
+Start the database service in the following way:
+
+@example
+# Assuming you already sourced ~/activate
+$ taler-deployment-arm -s
+$ taler-deployment-arm -i taler-postgres-standalone
+# Stop it this way:
+$ taler-deployment-arm -k taler-postgres-standalone
+# To stop 'arm', issue:
+$ taler-deployment-arm -e
+@end example
@subsubsection Switcher worker