From da54d2e2bb214662d9e6febfa3843fa6bdceeb14 Mon Sep 17 00:00:00 2001 From: j-n-c Date: Tue, 19 Apr 2022 17:11:17 +0100 Subject: [PATCH 1/3] #8619 installation prerequisites documentation fixes --- doc/sphinx-guides/source/installation/prerequisites.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/sphinx-guides/source/installation/prerequisites.rst b/doc/sphinx-guides/source/installation/prerequisites.rst index 85a5cfa4d8a..afb1fa4d296 100644 --- a/doc/sphinx-guides/source/installation/prerequisites.rst +++ b/doc/sphinx-guides/source/installation/prerequisites.rst @@ -107,7 +107,7 @@ The application has been tested with PostgreSQL versions up to 13 and version 10 # /usr/bin/systemctl start postgresql-13 # /usr/bin/systemctl enable postgresql-13 -For RHEL8/derivative the process would be identical, except for the very first command - you would need to install the "EL-8" yum repository configuration instead. +For RHEL8/derivative the process would be identical, except for the first two commands: you would need to install the "EL-8" yum repository configuration and run ``yum makecache`` instead. Configuring Database Access for the Dataverse Installation (and the Dataverse Software Installer) ================================================================================================= @@ -424,10 +424,11 @@ As root, download and install Counter Processor:: wget https://github.com/CDLUC3/counter-processor/archive/v0.0.1.tar.gz tar xvfz v0.0.1.tar.gz -As root, change to the Counter Processor directory you just created, download the GeoLite2-Country tarball, untar it, and copy the geoip database into place:: +Download the *GeoLite2-Country.tar.gz* tarball (if you haven't already, you need to create an account in `www.maxmind.com `_) and copy it to the Counter Processor directory you just created. + +As root, change to the Counter Processor directory you just created, untar the *GeoLite2-Country* tarball and copy the geoip database into place:: cd /usr/local/counter-processor-0.0.1 - wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz tar xvfz GeoLite2-Country.tar.gz cp GeoLite2-Country_*/GeoLite2-Country.mmdb maxmind_geoip From 939cb6fffc2518e05c20fa7e7c01668fea3f549d Mon Sep 17 00:00:00 2001 From: j-n-c Date: Fri, 22 Apr 2022 11:54:07 +0100 Subject: [PATCH 2/3] Revert "#8619 installation prerequisites documentation fixes" This reverts commit da54d2e2bb214662d9e6febfa3843fa6bdceeb14. --- doc/sphinx-guides/source/installation/prerequisites.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/sphinx-guides/source/installation/prerequisites.rst b/doc/sphinx-guides/source/installation/prerequisites.rst index afb1fa4d296..85a5cfa4d8a 100644 --- a/doc/sphinx-guides/source/installation/prerequisites.rst +++ b/doc/sphinx-guides/source/installation/prerequisites.rst @@ -107,7 +107,7 @@ The application has been tested with PostgreSQL versions up to 13 and version 10 # /usr/bin/systemctl start postgresql-13 # /usr/bin/systemctl enable postgresql-13 -For RHEL8/derivative the process would be identical, except for the first two commands: you would need to install the "EL-8" yum repository configuration and run ``yum makecache`` instead. +For RHEL8/derivative the process would be identical, except for the very first command - you would need to install the "EL-8" yum repository configuration instead. Configuring Database Access for the Dataverse Installation (and the Dataverse Software Installer) ================================================================================================= @@ -424,11 +424,10 @@ As root, download and install Counter Processor:: wget https://github.com/CDLUC3/counter-processor/archive/v0.0.1.tar.gz tar xvfz v0.0.1.tar.gz -Download the *GeoLite2-Country.tar.gz* tarball (if you haven't already, you need to create an account in `www.maxmind.com `_) and copy it to the Counter Processor directory you just created. - -As root, change to the Counter Processor directory you just created, untar the *GeoLite2-Country* tarball and copy the geoip database into place:: +As root, change to the Counter Processor directory you just created, download the GeoLite2-Country tarball, untar it, and copy the geoip database into place:: cd /usr/local/counter-processor-0.0.1 + wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz tar xvfz GeoLite2-Country.tar.gz cp GeoLite2-Country_*/GeoLite2-Country.mmdb maxmind_geoip From e5589b22baad7373a103a38cda0bcfc11e681850 Mon Sep 17 00:00:00 2001 From: j-n-c Date: Fri, 22 Apr 2022 11:56:43 +0100 Subject: [PATCH 3/3] #8619 PostgreSQL EL8 installation documentation fixes --- doc/sphinx-guides/source/installation/prerequisites.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/installation/prerequisites.rst b/doc/sphinx-guides/source/installation/prerequisites.rst index 85a5cfa4d8a..8101ad0da32 100644 --- a/doc/sphinx-guides/source/installation/prerequisites.rst +++ b/doc/sphinx-guides/source/installation/prerequisites.rst @@ -107,7 +107,7 @@ The application has been tested with PostgreSQL versions up to 13 and version 10 # /usr/bin/systemctl start postgresql-13 # /usr/bin/systemctl enable postgresql-13 -For RHEL8/derivative the process would be identical, except for the very first command - you would need to install the "EL-8" yum repository configuration instead. +For RHEL8/derivative the process would be identical, except for the first two commands: you would need to install the "EL-8" yum repository configuration and run ``yum makecache`` instead. Configuring Database Access for the Dataverse Installation (and the Dataverse Software Installer) =================================================================================================