The current default seems to have a few issue with ubuntu 10.x - instead it is recommend to use the following :
http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages
Notes:
1. Make sure that your data folders are created, by default it's "/data/db" and are chown by mongodb or the user who is running the server
2. If all has installed correctly then start the server :
3. Open a new Terminal and then type 'mongo'. This shoud now give you the mongo interactive shell.
If you get this :
It means that 'mongod' i.e. the actual mongodb server is not running.
User Stories :

Post new comment