21388: Update list of supported distros in web documentation
authorBrett Smith <brett.smith@curii.com>
Thu, 30 May 2024 20:16:22 +0000 (16:16 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 31 May 2024 03:30:09 +0000 (23:30 -0400)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

doc/_includes/_install_ruby_and_bundler.liquid
doc/_includes/_supportedlinux.liquid
doc/install/install-postgresql.html.textile.liquid
doc/install/nginx.html.textile.liquid
doc/install/packages.html.textile.liquid

index 4381d9fedf0f91ccf25e644bdb17548e90d9d479..cb220f569a7fc94d035dc6f668dc9944a33b63ca 100644 (file)
@@ -17,7 +17,7 @@ Version 8 of these distributions provides Ruby 2.7. You can install it by runnin
 
 h2. Debian and Ubuntu
 
-Debian 11 (bullseye) and Ubuntu 20.04 (focal) and later ship with Ruby 2.7 or newer, which is sufficient for Arvados.
+All supported versions of Debian and Ubuntu include a version of Ruby you can use with Arvados.
 
 <notextile>
 <pre><code># <span class="userinput">apt-get --no-install-recommends install ruby ruby-dev</span></code></pre>
index 81ee8cb047ec043c128be4499a760cf0ece2cb3e..a8df6d6fdf2b46adcd39bbd2e59206c9004da54f 100644 (file)
@@ -8,10 +8,9 @@ table(table table-bordered table-condensed).
 |_. *Supported Linux Distributions*|
 |AlmaLinux 8|
 |CentOS 8|
-|CentOS 7|
 |Red Hat Enterprise Linux 8|
 |Rocky Linux 8|
+|Debian 12 ("bookworm")|
 |Debian 11 ("bullseye")|
-|Debian 10 ("buster")|
+|Ubuntu 22.04 ("jammy")|
 |Ubuntu 20.04 ("focal")|
-|Ubuntu 18.04 ("bionic")|
index 56ad95635c9947e06a2ff31615386181899e54bc..300bdeb5407ceb86a3c43708c716e439f823509f 100644 (file)
@@ -12,7 +12,6 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 Arvados requires at least version *9.4* of PostgreSQL. We recommend using version 10 or newer.
 
 * "AWS":#aws
-* "CentOS 7":#centos7
 * "Alma/CentOS/Red Hat/Rocky 8":#rh8
 * "Debian or Ubuntu":#debian
 
@@ -20,22 +19,6 @@ h3(#aws). AWS
 
 When deploying on AWS, Arvados can use an Aurora RDS PostgreSQL database. Aurora Serverless is not recommended.
 
-h3(#centos7). CentOS 7
-{% assign rh_version = "7" %}
-{% include 'note_python_sc' %}
-
-# Install PostgreSQL
-  <notextile><pre># <span class="userinput">yum install rh-postgresql12 rh-postgresql12-postgresql-contrib</span>
-~$ <span class="userinput">scl enable rh-postgresql12 bash</span></pre></notextile>
-# Initialize the database
-  <notextile><pre># <span class="userinput">postgresql-setup initdb</span></pre></notextile>
-# Configure the database to accept password connections from localhost
-  <notextile><pre><code># <span class="userinput">sed -ri -e 's/^(host +all +all +(127\.0\.0\.1\/32|::1\/128) +)ident$/\1md5/' /var/lib/pgsql/data/pg_hba.conf</span></code></pre></notextile>
-# Configure the database to accept password connections from the local network (replace @10.9.8.0/24@ with your private network mask)
-  <notextile><pre><code># <span class="userinput">echo 'host all all 10.9.8.0/24 md5' | tee -a /var/lib/pgsql/data/pg_hba.conf</span></code></pre></notextile>
-# Configure the database to launch at boot and start now
-  <notextile><pre># <span class="userinput">systemctl enable --now rh-postgresql12-postgresql</span></pre></notextile>
-
 h3(#rh8). Alma/CentOS/Red Hat/Rocky 8
 
 {% comment %}
@@ -55,7 +38,7 @@ The default version on RH8 is PostgreSQL 10. You can install up to PostgreSQL 13
 
 h3(#debian). Debian or Ubuntu
 
-Debian 10 (Buster) and Ubuntu 16.04 (Xenial) and later versions include a sufficiently recent version of Postgres.
+All supported versions of Debian and Ubuntu include a version of PostgreSQL you can use with Arvados.
 
 # Install PostgreSQL
 <notextile><pre># <span class="userinput">apt-get --no-install-recommends install postgresql postgresql-contrib</span></pre></notextile>
index 7d97c3e38351cc506d7b447099ba1053c9dba8ce..853f3ce056d8f1b17d5c2f81509bcc22b03fdf49 100644 (file)
@@ -9,13 +9,6 @@ Copyright (C) The Arvados Authors. All rights reserved.
 SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
-h3. CentOS 7
-
-<notextile>
-<pre><code># <span class="userinput">yum install epel-release</span></code>
-<code># <span class="userinput">yum install nginx</span></code></pre>
-</notextile>
-
 h3. Alma/CentOS/Red Hat/Rocky 8
 
 <notextile>
index f867381cff81d7fcceb310bc7ea368bda5a408ed..7fb0419ceb51a229e3357a5b2eae161f3f1e7ff3 100644 (file)
@@ -23,7 +23,6 @@ h3(#redhat). AlmaLinux, CentOS, RHEL, and Rocky Linux
 Packages are available for the following Red Hat-based distributions:
 
 * AlmaLinux 8
-* CentOS 7
 * CentOS 8
 * RHEL 8
 * Rocky Linux 8
@@ -55,11 +54,10 @@ As root, add the Arvados package repository to your sources.  This command depen
 
 table(table table-bordered table-condensed).
 |_. OS version|_. Command|
+|Debian 12 ("bookworm")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/bookworm bookworm main" &#x7c; tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
 |Debian 11 ("bullseye")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/bullseye bullseye main" &#x7c; tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
-|Debian 10 ("buster")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/buster buster main" &#x7c; tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
+|Ubuntu 22.04 ("jammy")[1]|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/jammy jammy main" &#x7c; tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
 |Ubuntu 20.04 ("focal")[1]|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/focal focal main" &#x7c; tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
-|Ubuntu 18.04 ("bionic")[1]|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/bionic bionic main" &#x7c; tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
-
 
 {% include 'notebox_begin' %}