summaryrefslogtreecommitdiff
path: root/libeufin/nexus-manual.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-08 09:05:21 +0100
committerMS <ms@taler.net>2023-11-08 09:06:03 +0100
commitea8138a4979f07a1e12aac176dbbf82734508936 (patch)
tree82f5dfe1dabca0c006e044ec06df9eecc6b1468b /libeufin/nexus-manual.rst
parentdf386c3cc1ea558ac528578afcc2acdfd0c8650e (diff)
downloaddocs-ea8138a4979f07a1e12aac176dbbf82734508936.tar.gz
docs-ea8138a4979f07a1e12aac176dbbf82734508936.tar.bz2
docs-ea8138a4979f07a1e12aac176dbbf82734508936.zip
nexus manual: adding dbinit snippet
Diffstat (limited to 'libeufin/nexus-manual.rst')
-rw-r--r--libeufin/nexus-manual.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst
index 90cc1e56..a434e1dc 100644
--- a/libeufin/nexus-manual.rst
+++ b/libeufin/nexus-manual.rst
@@ -131,6 +131,16 @@ The frequency **may** be specified as
The supported time units are ``s`` (seconds), ``m`` (minutes), ``h`` (hours).
+Before delving into the following sections, the database schema must be
+created, therefore run the following command:
+
+.. code-block:: console
+
+ libeufin-nexus dbinit -c $config_file
+
+Where ``$config_file`` is the path to a configuration path that contains at
+least the ``[nexus-postgres]`` section.
+
For testing
-----------