Eric013 / mongodbapp

The easiest way to get started with MongoDB on the Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB.app

The easiest way to get started with MongoDB on the Mac.

Just download, drag to the applications folder, and double-click.

MongoDB.app Icon

MongoDB.app Screenshot

MongoDB.app v1.2.0 with MongoDB v2.6.7 - Release notes

Adding mongo binaries to your path

If you need to add the MongoDB binaries to your path you can do so by adding the following to your ~/.bash_profile.

# Add MongoDB.app binaries to path
PATH="/Applications/MongoDB.app/Contents/Resources/Vendor/mongodb:$PATH"

About

The easiest way to get started with MongoDB on the Mac

License:MIT License


Languages

Language:Swift 93.9%Language:Shell 6.1%