MongoDB Database Installation & Quick Getting Started for Linux Debian 7 Wheezy Lxde Step-by-Step Easy Guide

March 15, 2013 | By Duchateaux.

The Guide shows you Step-by-Step How to Install MongoDB NoSQL Database Community Edition Release for Debian 7 Wheezy Lxde i386/amd64 Desktop.

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 Lxde Open Terminal

    In case first see: Terminal QuickStart Guide.

  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 Quick Start:

    MongoDB First, Steps

QuickChic Theme • Powered by WordPress