Installing
2. Setting Up CouchDB Repo
Enable CouchDB Repository for Oracle Linux 8
3. Installing CouchDB
Then to Install CouchDB
Simply play:sudo yum -y install couchdb
If Got “User is Not in Sudoers file” then see: How to Enable sudo
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Enable CouchDB Repository for Oracle Linux 8
Then to Install CouchDB
Simply play:
sudo yum -y install couchdb
If Got “User is Not in Sudoers file” then see: How to Enable sudo