How to Install MongoDB on Fedora 19 Linux Easy Guide

February 18, 2014 | By the+gnu+linux+evangelist.

Install MongoDB on Fedora 19 32/64-bit Linux

The Guide shows you Step-by-Step 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.

How to Install MongoDB in Fedora 40 – Step-by-step
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install MongoDB on Fedora 19 32/64-bit - Lxde Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. SetUp Yum Repo for Latest MongoDB Installation:

    MongoDB Yum Repo Setup
  • 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.

    MongoDB First, Steps

  • Tags: , , , , , , , , , , , , , ,