$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install CouchDB on Oracle Enterprise Linux 6

December 5, 2018 | By the+gnu+linux+evangelist.

Installing

  1. Installing CouchDB:

    sudo yum -y install epel-release && yum install couchdb

    If Got “User is Not in Sudoers file” then see: How to Enable sudo