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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -