How to Install MongoDB Mac OS X 10.7-10.8 Step-by-Step Easy Guide

July 21, 2013 | By Duchateaux.

Install MongoDB Mac 10.7-Lion/10.8-Mountain-Lion.

The Contents and Details are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands on Install MongoDB Mac 10.7-Lion/10.8-Mountain-Lion OS X.

Finally, to the article Bottom you Find Link to Guide with MongoDB Database Administration Essential Quick Start.

Install MongoDB macOS - Apple MongoDB Tree
  1. Download Latest MongoDB Release:

    Get MogoDB .tgz
  2. Double-Click on Archive to Extract

  3. Open a Terminal Window

  4. Relocate MongoDB

    sudo su
    mv </path/2>/mongodb* /usr/local/mongodb
    mkdir /data/db

  5. Add MongoDB Binaries to User PATH

    su <myuser>
    nano $HOME/.bashrc

    Inserts:

    /nexport PATH=/usr/local/mongodb/bin:$PATH

    Ctrl+x to Save & Exit.
    Then Load the New SetUp

    bash
  6. MongoDB Database Getting-Started Guide.

    MongoDB First, Steps

QuickChic Theme • Powered by WordPress