How to Install and Configure MongoDB on CentOS 7

194 阅读1分钟

Prerequisites


CentOS 7

Root privileges

What we will do in this tutorial :

Add the MongoDB repository.

Installing MongoDB.

Fix some MongoDB errors.

Create an administrator user.

Enable MongoDB authentication and Testing.

Step 1 - Add the MongoDB Repository in CentOS

Connect to your CentOS 7 server with the ssh root account

ssh root@192.168.1.100

source:www.howtoforge.com/tutorial/ho…