Getting Started
- 
5. Launching MongoDBStarting MongoDB Server 
 Simply with:sudo mongod Then open another Tab or Window and Test the Mongodb Shell running: mongo   
- 
6. MongoDB Getting StartedMongoDB Database Getting Started Guide 
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Starting MongoDB Server
Simply with:
sudo mongod
Then open another Tab or Window and Test the Mongodb Shell running:
mongo
 
MongoDB Database Getting Started Guide