taler-docs

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

commit d5ca487760378bb0142785a28676e794a5f52707
parent 66f06501cc18517e268ae5c3b20994b6fa2e2802
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 22 May 2023 01:33:23 +0200

corrections

Diffstat:
Mtaler-merchant-manual.rst | 19++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -961,8 +961,8 @@ Apache Customization ============= -HTML Templates --------------- +Mustach HTML Templates +---------------------- The installation process will install various HTML templates to be served to trigger the wallet interaction. You may change those templates to your @@ -999,7 +999,8 @@ Limitations All of the static files must fit into memory and it must be possible for the process to hold open file handles for all of these files. You may want to increase the ``ulimit`` of the ``taler-merchant-httpd`` process if you have -templates for many languages. +many static files. Note that Mustach templates do not increase the number of +open files. The backend determines the MIME type based on the file's extension. The list of supported extensions is hard-coded and includes common text and image @@ -1014,8 +1015,8 @@ features. Upgrade procedure ================= -This is the general upgrade procedure. Please see the release notes -for your specific version to check if a particular release has special +This section describes the general upgrade procedure. Please see the release +notes for your specific version to check if a particular release has special upgrade requirements. Please note that upgrades are ONLY supported for released version of the @@ -1034,12 +1035,8 @@ DROP, and ALTER tables are GRANTed to ``$USER`` again. Then, run: $ taler-merchant-dbinit to upgrade the database to the latest schema. After that, you may again -REVOKE the database permissions. Finally, restart the HTTP service, either via -your systemd or init system, or directly using: - -.. code-block:: console - - $ taler-merchant-httpd +REVOKE the database permissions. Finally, restart the merchant services +processes, either via your systemd or init system, or directly. .. _Tipping-visitors: