gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 32/36: fix docs


From: gnunet
Subject: [taler-docs] 32/36: fix docs
Date: Tue, 22 Jun 2021 19:35:28 +0200

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

grothoff pushed a commit to branch master
in repository docs.

commit 50f20abb76c227b94fa68e7e8c6879c29de32464
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 22 15:32:56 2021 +0200

    fix docs
---
 frags/installing-debian.rst |  2 +-
 frags/installing-ubuntu.rst |  2 +-
 taler-auditor-manual.rst    | 22 ++++++++++++++++++++--
 taler-exchange-manual.rst   |  4 ++--
 4 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index 2c36e98..5f8c488 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -41,7 +41,7 @@ into your keyring and update the package lists:
 
 .. code-block:: console
 
-   # wget -O - https://taler.net/static/taler-systems.gpg.key | apt-key add -
+   # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
    # apt update
 
 .. note::
diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst
index a72579d..af34d35 100644
--- a/frags/installing-ubuntu.rst
+++ b/frags/installing-ubuntu.rst
@@ -26,7 +26,7 @@ into your keyring and update the package lists:
 
 .. code-block:: console
 
-   # wget -O - https://taler.net/static/taler-systems.gpg.key | apt-sign add -
+   # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
    # apt update
 
 .. note::
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 3fe835c..6cd3022 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -209,13 +209,31 @@ To install the Taler auditor, you can now simply run:
 
 .. code-block:: console
 
-   # apt install taler-auditor
+   # apt install -t sid taler-auditor
 
 For the auditor, you must manually configure access to the exchange database,
 the HTTP reverse proxy (typically with TLS certificates) and offline signing.
 
 Sample configuration files for the HTTP reverse proxy can be found in
-``/etc/taler-exchange/``.
+``/etc/taler-auditor/``.
+
+
+Installing the GNU Taler binary packages on Ubuntu
+--------------------------------------------------
+
+.. include:: frags/installing-ubuntu.rst
+
+To install the Taler exchange, you can now simply run:
+
+.. code-block:: console
+
+   # apt install -t focal-fossa taler-exchange
+
+For the auditor, you must manually configure access to the exchange database,
+the HTTP reverse proxy (typically with TLS certificates) and offline signing.
+
+Sample configuration files for the HTTP reverse proxy can be found in
+``/etc/taler-auditor/``.
 
 
 Configuration
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index a143d49..4e2863d 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -319,7 +319,7 @@ To install the Taler exchange, you can now simply run:
 
 .. code-block:: console
 
-   # apt install taler-exchange
+   # apt install -t sid taler-exchange
 
 Note that the package does not perform any configuration work except for
 setting up the various users and the systemd service scripts. You still must
@@ -340,7 +340,7 @@ To install the Taler exchange, you can now simply run:
 
 .. code-block:: console
 
-   # apt install taler-exchange
+   # apt install -t focal-fossa taler-exchange
 
 Note that the package does not perform any configuration work except for
 setting up the various users and the systemd service scripts. You still must

-- 
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]