Try installing MongoDB on Ubuntu. Fortunately, you can use apt-get on Ubuntu. However, it is not the latest version! After sudoapt-getupdatesudoapt-getinstallmongodb is installed, the Mongodb configuration file is placed in the mongodb. conf file in/etc. The dbpath file is used to specify the storage location of the Mongodb database.
Try installing MongoDB on Ubuntu. Fortunately, you can use apt-get on Ubuntu. However, it is not the latest version!
Sudo apt-get update
Sudo apt-get install mongodb
After the installation is complete, the Mongodb configuration file is placed in/etc. in the conf file, dbpath is used to specify the storage location of the Mongodb database. It is pre-configured in the/var/lib/mongodb folder.
See the http://www.linuxidc.com/Linux/2012-02/54619.htm for Node. js Driver Installed on MongoDB in Ubuntu
Although Mongodb is in/etc/init. d. There is a program to start. However, the start and stop of Mongodb are not here, but the following two commands are used to start and stop the Mongodb service.
Sudo start mongodb
Sudo stop mongodb
After mongodb is started, use the following command to connect to mongodb in the Command column mode.
Mongo