Try installing MongoDB on Ubuntu. Fortunately, you can use apt-get on Ubuntu. However, it is not the latest version! Sudoapt-getupdatesudoa
Try installing MongoDB on Ubuntu. Fortunately, you can use apt-get on Ubuntu. However, it is not the latest version! Sudo apt-get updatesudo
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.
For more information, see Node. js Driver for MongoDB installation 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
,