gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: corrections


From: gnunet
Subject: [taler-docs] branch master updated: corrections
Date: Mon, 22 May 2023 01:33:26 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d5ca4877 corrections
d5ca4877 is described below

commit d5ca487760378bb0142785a28676e794a5f52707
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon May 22 01:33:23 2023 +0200

    corrections
---
 taler-merchant-manual.rst | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 68d4f9c0..92fe786d 100644
--- 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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]