From 353b25941b88d1112742c90df0e76b9182b52fe4 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 15 Dec 2020 01:31:52 -0500 Subject: use list-of-dependencies.rst in Auditor Manual --- taler-auditor-manual.rst | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'taler-auditor-manual.rst') diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index 52959c89..79f05adc 100644 --- a/taler-auditor-manual.rst +++ b/taler-auditor-manual.rst @@ -187,33 +187,7 @@ Installation Please install the following packages before proceeding with the exchange compilation. -- GNU autoconf >= 2.69 - -- GNU automake >= 1.14 - -- GNU libtool >= 2.4 - -- GNU autopoint >= 0.19 - -- GNU libltdl >= 2.4 - -- GNU libunistring >= 0.9.3 - -- libcurl >= 7.26 (or libgnurl >= 7.26) - -- GNU libmicrohttpd >= 0.9.59 - -- GNU libgcrypt >= 1.6 - -- libjansson >= 2.7 - -- Postgres >= 9.6, including libpq - -- texlive-latex-extra - -- python3-jinja2 - -- libgnunetutil (from Git) +.. include:: frags/list-of-dependencies.rst - GNU Taler exchange (from Git) -- cgit v1.2.3 From 88c5437ffcf5bdf3f7783d51e928ea73988a1af6 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 15 Dec 2020 01:33:14 -0500 Subject: use installing-gnunet.rst in Auditor Manual --- taler-auditor-manual.rst | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'taler-auditor-manual.rst') diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index 79f05adc..ce704adb 100644 --- a/taler-auditor-manual.rst +++ b/taler-auditor-manual.rst @@ -198,25 +198,7 @@ manager. The following instructions will show how to install libgnunetutil and the exchange (which includes the code for the auditor). -Before you install libgnunetutil, you must download and install the -dependencies mentioned above, otherwise the build may succeed but fail -to export some of the tooling required by Taler. - -To download and install libgnunetutil, proceed as follows: - -.. code-block:: console - - $ git clone https://git.gnunet.org/gnunet/ - $ cd gnunet/ - $ ./bootstrap - $ ./configure [--prefix=GNUNETPFX] - $ # Each dependency can be fetched from non standard locations via - $ # the '--with-' option. See './configure --help'. - $ make - # make install - -If you did not specify a prefix, GNUnet will install to ``/usr/local``, -which requires you to run the last step as ``root``. +.. include:: frags/installing-gnunet.rst To download and install the GNU Taler exchange, proceeds as follows: -- cgit v1.2.3 From 73ab2318a865813e311fa1d54e6b0e575c5fc21c Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 15 Dec 2020 01:39:28 -0500 Subject: link to Taler download directory, announcement --- taler-auditor-manual.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'taler-auditor-manual.rst') diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index ce704adb..96264130 100644 --- a/taler-auditor-manual.rst +++ b/taler-auditor-manual.rst @@ -189,7 +189,8 @@ exchange compilation. .. include:: frags/list-of-dependencies.rst -- GNU Taler exchange (from Git) +- GNU Taler exchange (from `download directory `__, + see `release announcement `__) Except for the last two, these are available in most GNU/Linux distributions and should just be installed using the respective package -- cgit v1.2.3 From dcead799f1fbc1167e01184b6ea0e55cc1f8fe4c Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 15 Dec 2020 01:46:45 -0500 Subject: use installing-taler-exchange.rst in Auditor Manual --- taler-auditor-manual.rst | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'taler-auditor-manual.rst') diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index 96264130..543bb306 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-' 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 -- cgit v1.2.3 From 548ceeb79978934aa27adac40791a30eb74defe7 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 15 Dec 2020 02:03:52 -0500 Subject: remove comment (three instances) --- taler-auditor-manual.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'taler-auditor-manual.rst') diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index 543bb306..1301f637 100644 --- a/taler-auditor-manual.rst +++ b/taler-auditor-manual.rst @@ -131,9 +131,6 @@ components: only supports Postgres, but the code could be easily extended to support another DBMS. -.. Is it correct that "The software" indicates the Auditor component of GNU - Taler? Also, can we delete the last sentence? --ttn - - The auditor Web service The auditor is expected to provide a public Web service. At this REST API, @@ -176,10 +173,6 @@ components: of the report is required, as not every detail in the report is necessarily indicative of a problem. -.. Does parallelism introduce possible non-determinism? Can we rename the - taler-helper-auditor-render program w/o the trailing ".py"? (That is an - implementation detail, i think.) --ttn - Installation ============ @@ -470,8 +463,6 @@ several categories of failures of different severity: - Configuration issues (such was wire fees unavailable). -.. Is "to make a loss" standard jargon (new to my ears)? --ttn - .. _AuditorDatabaseUpgrades: -- cgit v1.2.3