MongoDB How to Install & Quick Getting Started for Linux Fedora 18 Lxde I686/x86_64 Step-by-Step Easy Guide

May 17, 2013 | By Regaz.

Install MongoDB on Fedora 18 32/64-bit Linux

The Guide shows you Step-by-Step How to Install the MongoDB NoSQL Database for Fedora 18 Lxde Desktop.

Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.

Step-by-step – MongoDB Fedora 37 Installation Guide
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Fedora Linux 18 Lxde Open Terminal
  2. SetUp Yum Repo for Latest MongoDB Installation:

    MongoDB Yum Repo Setup
  • Installing the MongoDB Database for Fedora 18

    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: , , , , , , , , , ,