How to Install mongodb on fedora 23 -
my system configuration based on attached image file.please me out install orelse need write entire configuration ??
create /etc/yum.repos.d/mongodb-org-3.2.repo file can install mongodb directly, using yum. use following repository file:
[mongodb-org-3.2] name=mongodb repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.2/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-3.2.asc
sudo yum install -y mongodb-org
reference: mongodb docs installing mongodb
Comments
Post a Comment