How to Install MongoDB for Linux Mint Debian 32-64bit Step-by-Step Easy Guide

December 13, 2014 | By the+gnu+linux+evangelist.

Install MongoDB LMDE

The Guide shows you Step-by-Step How to Install and Getting-Started on the Latest MongoDB NoSQL Database Community Edition Release for Linux Mint Debian Edition 2012/2013/2014 i386/amd64 Mate/Cinnamon Desktop.

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

MongoDB Quick Start for LMDE - Featured
  1. Open a Terminal Window
    (Press “Enter” to Execute Commands)

    LMDE Install MongoDB - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. SetUp apt-get Repo for Latest MongoDB Installation

  3. Installing the MongoDB Database for LMDE

    sudo apt-get install -y mongodb-org

    If During Installation Got “unknown initscript, /etc/init.d/mongodb not found” Look

  4. Start MongoDB Server

    Make the Needed Data Directory:

    su 

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

    mkdir -p /data/db

    Starting the MongoDB Server:

    mongod
  5. MongoDB Database Getting-Started Guide.

    MongoDB First, Steps

QuickChic Theme • Powered by WordPress