How to Install MongoDB for Debian 7 Wheezy 32-64bit Step-by-Step Easy Guide

March 15, 2013 | By Duchateaux.

Install MongoDB Debian 7 Wheezy Linux

The Guide shows you Step-by-Step How to Install and Getting-Started on the Latest MongoDB NoSQL Database Community Edition Release for Debian 7 Wheezy i386/amd64 Desktop/Server.

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

Debian MongoDB Vortex
  1. Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Debian Linux Wheezy Kde 4 Open Terminal

  2. SetUp Apt Repo for Latest MongoDB Installation:

    MongoDB Apt Repo Setup
  3. Installing the MongoDB Database for Debian

    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