Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Last active March 6, 2019 03:40
Show Gist options
  • Save dvgamerr/e1fffe8904eac2eab84562a416c004f5 to your computer and use it in GitHub Desktop.
Save dvgamerr/e1fffe8904eac2eab84562a416c004f5 to your computer and use it in GitHub Desktop.
MongoDB4 Amazon

Installation MongoDB 4 to CentOs or RedHat

 vi /etc/yum.repos.d/mongodb-org-4.0.repo
[mongodb-org-4.0]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/amazon/2013.03/mongodb-org/4.0/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-4.0.asc
yum install -y mongodb-org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment