How to Install mongodb on fedora 23 -


enter image description here

my system configuration based on attached image file.please me out install orelse need write entire configuration ??

  1. 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

  2. sudo yum install -y mongodb-org

reference: mongodb docs installing mongodb


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -