MongoDB

How to Install MongoDB on CentOS

1. Create a Virtual Machine in your Laptop with CentOS 6.x 1.1 Create a mongodb directory under /opt to install mongodb [root@localhost opt]# ls -ltr total 4 drwxr-xr-x. 2 root root 4096 May 15 22:19 mongodb [root@localhost opt]# [root@localhost opt]# cat /etc/redhat-release CentOS Linux release 6.0 (Final) [root@localhost opt]# 1.2 Download MongoDB [root@localhost opt]# curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.4.tgz % Total %
Read More ยป