This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9b5fa3b6d Add noboolean example
9b5fa3b6d is described below
commit 9b5fa3b6d7be4a9fbb0d429fd7177bc0cb26c757
Author: Brandon Williams <[email protected]>
AuthorDate: Thu Nov 17 16:23:29 2022 -0600
Add noboolean example
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18059
---
site-content/source/modules/ROOT/pages/download.adoc | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/site-content/source/modules/ROOT/pages/download.adoc
b/site-content/source/modules/ROOT/pages/download.adoc
index d4edc42e6..2c8805545 100644
--- a/site-content/source/modules/ROOT/pages/download.adoc
+++ b/site-content/source/modules/ROOT/pages/download.adoc
@@ -168,6 +168,7 @@ and repeat `sudo apt-get update`. The actual key may be
different, you get it fr
* The latest `<release series>` is `40x`.
* For older releases, the `<release series>` can be one of `311x`, `30x`, or
`22x`.
* (Not all versions of Apache Cassandra are available, since building RPMs is
a recent addition to the project.)
+* For CentOS 7 and similar (rpm < 4.14), append the `noboolean` repository
* Add the Apache repository of Cassandra to `/etc/yum.repos.d/cassandra.repo`,
for example for the latest 4.0 version:
@@ -179,8 +180,20 @@ baseurl=https://redhat.cassandra.apache.org/40x/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://downloads.apache.org/cassandra/KEYS
+--
+
+Or for CentOS 7:
+[source]
+--
+[cassandra]
+name=Apache Cassandra
+baseurl=https://redhat.cassandra.apache.org/40x/noboolean/
+gpgcheck=1
+repo_gpgcheck=1
+gpgkey=https://downloads.apache.org/cassandra/KEYS
--
+
* Install Cassandra, accepting the gpg key import prompts:
[source]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]