taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ea8138a4979f07a1e12aac176dbbf82734508936
parent df386c3cc1ea558ac528578afcc2acdfd0c8650e
Author: MS <ms@taler.net>
Date:   Wed,  8 Nov 2023 09:05:21 +0100

nexus manual: adding dbinit snippet

Diffstat:
Mlibeufin/nexus-manual.rst | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git 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 -----------