Now a days mongodb is largely used, how to configure in ubuntu.
Follow steps :
1) add this line to your /etc/apt/sources.list
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
2) sudo apt-key adv –keyserver keyserver.ubuntu.com –recv 7F0CEB10
3) sudo apt-get update
4) sudo apt-get install mongodb-10gen
You are ready with mongodb , to check status service mongodb status.
Now install mViewer the Mongodb GUI interface.
1) Download mViewer from
https://github.com/Imaginea/mViewer
2) Now go to scripts folder and run start_mviewer.sh
3) Visit your localhost on 8080 port with no username and password if you have not set any(http://127.0.0.1:8080).
Now you are done with mongodb GUI interface.
Happy coding !
Nice one. I was looking for a nice GUI client for mongodb from long time. Thanks for sharing it.