Description
I noticed following issues with the installation docs while doing package install testing for Linux:
- For RHEL platforms: http://docs.mongodb.org/master/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/
- Under "Installation -> Configure the package management system" section on the above page:
- "Use the following repository to install only versions of MongoDB for the 3.0 release. If you’d like to install MongoDB Enterprise packages from a particular release series, such as 2.4 or 2.6, ..."
- Expected: It should be Community instead of Enterprise
- /etc/yum.repos.d/mongodb-org-2.6.repo file has the baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/2.6/$basearch/ while the baseurl for 2.6 should be: http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/ as per http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/
- Under "Installation -> Configure the package management system" section on the above page:
- For SUSE platform: http://docs.mongodb.org/master/tutorial/install-mongodb-on-suse/
- For 2.6 releases: the command should be:
- zypper addrepo --no-gpgcheck http://downloads-distro.mongodb.org/repo/suse/os/x86_64/ mongodb
- Same Typo as RHEL platforms above under "Installation -> Configure the package management system". It should be Community not Enterprise
- For 2.6 releases: the command should be:
- For Amazon Linux: http://docs.mongodb.org/master/tutorial/install-mongodb-on-amazon/
- For 2.6 installation: the baseurl should be: http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/ as we did not had separate packages for amazon linux prior to 3.0
- Same Typo as RHEL platforms above under "Installation -> Configure the package management system". It should be Community not Enterprise