install,please refer official document:
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/
use & test please refer:
http://docs.mongodb.org/manual/tutorial/getting-started/
other note:
4 Effective Methods to Disable SELinux Temporarily or Permanently
http://www.thegeekstuff.com/2009/06/how-to-disable-selinux-redhat-fedora-debian-unix/
[1]temp method:
# setenforce 0[2]permanently method,then reboot machine:
# cat /etc/selinux/config SELINUX=disabled SELINUXTYPE=targeted SETLOCALDEFS=0
本文提供了在Red Hat/CentOS/Fedora Linux上安装MongoDB的详细步骤,并介绍了如何临时或永久禁用SELinux以解决可能遇到的权限问题。包括了配置SELinux的命令及注意事项。
617

被折叠的 条评论
为什么被折叠?



