Install MongoDB on Fedora 19 Linux
How to Install MongoDB NoSQL Database for Fedora 19 Lxde/Xfce/Kde desktop.
Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
How to Install MongoDB NoSQL Database for Fedora 19 Lxde/Xfce/Kde desktop.
Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.
Open Terminal Window
(Press “Enter” to Execute Commands)
In case first see: Terminal QuickStart Guide.
SetUp Yum Repo for Latest MongoDB Installation:
Installing the MongoDB Database for Fedora 19
sudo yum install mongo-10gen mongo-10gen-server
Starting the MongoDB Server
service mongod start
To Enable Start at Boot:
chkconfig mongod on
To Stop MongoDB Server:
service mongod stop
To Restart MongoDB Server:
service mongod restart
MongoDB Database Getting Started Guide.