Difference between revisions of "Mongodb"

From Wiki2
Line 3: Line 3:


===on homebuntu===
===on homebuntu===
https://www.digitalocean.com/community/articles/how-to-install-mongodb-on-ubuntu-12-04
sudo service mongodb start
sudo service mongodb start


The MongoDB instance stores its data files in the /var/lib/mongodb and its log files in /var/log/mongodb/mongodb.log
The MongoDB instance stores its data files in the /var/lib/mongodb and its log files in /var/log/mongodb/mongodb.log

Revision as of 18:52, 6 November 2013

installing-mongodb-on-windows-the-wamp-way

on homebuntu

https://www.digitalocean.com/community/articles/how-to-install-mongodb-on-ubuntu-12-04

sudo service mongodb start

The MongoDB instance stores its data files in the /var/lib/mongodb and its log files in /var/log/mongodb/mongodb.log