Sunday, May 26, 2013

MongoDB How-to Install & Quick Getting-Started for Linux Gentoo KDE4 i686/x86_64 Step-by-Step Easy Guide

The Guide Show Step-by-Step How-to Install and Quick Getting-Started on the MongoDB NoSQL Database for Linux Gentoo 2012 KDE4 32/64bit Desktop.

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make the Tutorial Easier to Read and Digest ;)

Linux Gentoo MongoDB Tree
  1. Download Latest MongoDB Database Linux Release:

    MongoDB for Linux tar.gz
  2. Right-Click on Archive > Open with Ark

    Then Extract Into /tmp

    KDE4 MongoDB Database tar.gz Extraction
  3. Relocate MongoDB
    su
    mv /tmp/mongodb* /opt/mongodb
    mkdir -p /data/db
    chown mongodb /data/db
  4. Starting & Stoping the MongoDB Server
    • To Start MongoDB Server:
      /opt/mongodb/bin/mongod --journal
    • To Stop MongoDB Server:
      Ctrl+c
  5. MongoDB Quick Getting-Started:

    MongoDB First Steps