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 ;)
-
Download Latest MongoDB Database Linux Release:
- Right-Click on Archive > Open with Ark
Then Extract Into /tmp
- Relocate MongoDB
su
mv /tmp/mongodb* /opt/mongodb
mkdir -p /data/db
chown mongodb /data/db
- Starting & Stoping the MongoDB Server
- To Start MongoDB Server:
/opt/mongodb/bin/mongod --journal
- To Stop MongoDB Server:
Ctrl+c
- To Start MongoDB Server:
-
MongoDB Quick Getting-Started: