Skip to content

Instantly share code, notes, and snippets.

View datlc-1387's full-sized avatar

datlc-1387

  • Sun Asterisk, Inc.
  • Da Nang, Viet Nam
View GitHub Profile
@Sydney-o9
Sydney-o9 / install-mongodb-mac-os-x.md
Last active June 30, 2023 08:58
Install MongoDB on Mac OS X without brew

1. Download latest source

# Get latest from MongoDB website
$ curl -O https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-3.4.6.tgz
$ tar -zxvf mongodb-osx-x86_64-3.4.6.tgz
$ mkdir -p mongodb
$ cp -R -n mongodb-osx-x86_64-3.4.6/ mongodb
$ sudo mv mongodb /usr/local