Changes

From SME Server
Jump to navigationJump to search
74 bytes added ,  19:16, 20 August 2019
Line 15: Line 15:  
  yum install mongodb-org --enablerepo=mongodb
 
  yum install mongodb-org --enablerepo=mongodb
   −
If refuses to install because o GPG Key you can change '''GPGCheck''' above from '''Yes''' to '''No''' and try '''yum install...'''  again or
+
If refuses to install because of no GPG Key you can change '''GPGCheck''' above from '''Yes''' to '''No''' and try '''yum install...'''  again or
 +
 
 +
rpm --import https://www.mongodb.org/static/pgp/server-4.0.asc
 +
 
 +
Or
 +
 
 
  yum install mongodb-org --enablerepo=mongodb --nogpgcheck
 
  yum install mongodb-org --enablerepo=mongodb --nogpgcheck
  

Navigation menu