@@ -32,6 +32,7 @@ to install CouchDB is to use the convenience binary packages:
3232* CentOS/RHEL 7
3333* CentOS/RHEL 8
3434* CentOS/RHEL 9 (with caveats: depends on EPEL repository)
35+ * CentOS/RHEL 10
3536* Debian 11 (bullseye)
3637* Debian 12 (bookworm)
3738* Ubuntu 22.04 (jammy)
@@ -79,11 +80,7 @@ Enabling the Apache CouchDB package repository
7980
8081**RedHat(10) **: Run the following commands::
8182
82- sudo yum install -y yum-utils
83- sudo yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo
84- # Enable EPEL for the SpiderMonkey dependency
85- sudo dnf config-manager --set-enabled crb
86- sudo dnf install epel-release
83+ dnf config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo
8784
8885Installing the Apache CouchDB packages
8986--------------------------------------
@@ -104,11 +101,15 @@ joined together and configured consistently across all machines; **follow the**
104101
105102 sudo yum install -y couchdb
106103
107- **RedHat(>= 9) **: Run the following commands::
104+ **RedHat(9) **: Run the following commands::
108105
109106 sudo yum install -y mozjs78
110107 sudo yum install -y couchdb
111108
109+ **RedHat(10) **: Run the following command::
110+
111+ sudo yum install -y couchdb
112+
112113Once installed, :ref: `create an admin user<config/admins> ` by hand before
113114starting CouchDB, if your installer didn't do this for you already.
114115
0 commit comments