summaryrefslogtreecommitdiff
path: root/libeufin/nexus-manual.rst
diff options
context:
space:
mode:
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
-----------