mongodb installation and Application
1. Install the database
If necessary, update the yum package management first. Take the CentOS system as an example below:
$ yum -y update
1. Install Mongodb
View the current system version
$ cat /etc/redhat-release
open https://repo.mongodb.org/yum/... , select the mongo version that suits your system, and then edit the Mongodb installation so ...
Added by Rianna on Wed, 15 May 2019 00:05:10 +0300