[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated (73ab231 -> dcead79)
From: |
gnunet |
Subject: |
[taler-docs] branch master updated (73ab231 -> dcead79) |
Date: |
Tue, 15 Dec 2020 07:48:23 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a change to branch master
in repository docs.
from 73ab231 link to Taler download directory, announcement
new 6141494 new frag: installing-taler-exchange.rst
new 9672a5f use installing-taler-exchange.rst in Merchant Manual
new dcead79 use installing-taler-exchange.rst in Auditor Manual
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
frags/installing-taler-exchange.rst | 16 ++++++++++++++++
taler-auditor-manual.rst | 21 +--------------------
taler-merchant-manual.rst | 17 +----------------
3 files changed, 18 insertions(+), 36 deletions(-)
create mode 100644 frags/installing-taler-exchange.rst
diff --git a/frags/installing-taler-exchange.rst
b/frags/installing-taler-exchange.rst
new file mode 100644
index 0000000..1b8e96b
--- /dev/null
+++ b/frags/installing-taler-exchange.rst
@@ -0,0 +1,16 @@
+After installing GNUnet, unpack the GNU Taler exchange tarball,
+change into the resulting directory, and proceed as follows:
+
+.. code-block:: console
+
+ $ ./configure [--prefix=EXCHANGEPFX] \
+ [--with-gnunet=GNUNETPFX]
+ $ # Each dependency can be fetched from non standard locations via
+ $ # the '--with-<LIBNAME>' option. See './configure --help'.
+ $ make
+ # make install
+
+If you did not specify a prefix, the exchange will install to ``/usr/local``,
+which requires you to run the last step as ``root``. You have to specify
+``--with-gnunet=/usr/local`` if you installed GNUnet to ``/usr/local`` in the
+previous step.
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 9626413..543bb30 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -201,26 +201,7 @@ the exchange (which includes the code for the auditor).
.. include:: frags/installing-gnunet.rst
-To download and install the GNU Taler exchange, proceeds as follows:
-
-.. code-block:: console
-
- $ git clone git://git.taler.net/exchange
- $ cd exchange
- $ ./bootstrap
- $ ./configure [--prefix=EXCHANGEPFX] \
- [--with-gnunet=GNUNETPFX]
- $ # Each dependency can be fetched from non standard locations via
- $ # the '--with-<LIBNAME>' option. See './configure --help'.
- $ make
- # make install
-
-If you did not specify a prefix, the exchange will install to
-``/usr/local``, which requires you to run the last step as ``root``.
-Note that you have to specify ``--with-gnunet=/usr/local`` if you
-installed GNUnet to ``/usr/local`` in the previous step.
-
-.. Can we simply point to released tarballs? --ttn
+.. include:: frags/installing-taler-exchange.rst
Configuration
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 36bf7bb..6973581 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -325,22 +325,7 @@ Installing the GNU Taler exchange
.. index:: exchange
-After installing GNUnet, unpack the GNU Taler exchange tarball,
-change into the resulting directory, and proceed as follows:
-
-.. code-block:: console
-
- $ ./configure [--prefix=EXCHANGEPFX] \
- [--with-gnunet=GNUNETPFX]
- $ # Each dependency can be fetched from non standard locations via
- $ # the '--with-<LIBNAME>' option. See './configure --help'.
- $ make
- # make install
-
-If you did not specify a prefix, the exchange will install to ``/usr/local``,
-which requires you to run the last step as ``root``. You have to specify
-``--with-gnunet=/usr/local`` if you installed GNUnet to ``/usr/local`` in the
-previous step.
+.. include:: frags/instaling-taler-exchange.rst
There is no need to actually run a Taler exchange to use the Taler merchant
backend -- all the merchant needs from the Taler exchange is a few headers and
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] branch master updated (73ab231 -> dcead79),
gnunet <=