Skip to content

Instantly share code, notes, and snippets.

@stnight
Created February 18, 2017 00:46
Show Gist options
  • Save stnight/2c56ee46dc3f333cfb5b8aafa82dcd11 to your computer and use it in GitHub Desktop.
Save stnight/2c56ee46dc3f333cfb5b8aafa82dcd11 to your computer and use it in GitHub Desktop.

Installation of MongoDB on Fedora

Create a yum repo file

$ vim /etc/yum.repos.d/mongodb.repo

Insert the following as value

[mongodb-org-3.2]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/7/mongodb-org/3.0/x86_64/
gpgcheck=0
enabled=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment