Skip to content

ivanvc/mongodb-prefpane

Repository files navigation

mongoDB.prefpane

Don't you love mongoDB. Don't you hate it literally drains your memory?

Well, mongoDB prefpane is a simple shortcut to start/stop the mongoDB daemon.

Screenshot

Installation

  • Download the compressed binary version from the downloads page (prefered).
  • Clone the source and compile the source, then run the .prefpane generated (check for it in ~/Library/Developer/Xcode/DerivedData).

Updating

Just open the preference pane, and Sparkle will do the magic.

Configuration

Edit the arguments, and choose the binary location, all from the UI (No more painful configuration :).

Planned Features

  • Enable/disable start mongod on login (LaunchAgents)
  • Enable/disable of a menu bar item for quick access

Limitations

  • It won't stop the daemon if it is running from a LaunchAgent.

Credits

DaemonController

Original DaemonController and MBSliderButton based in the ones made by Max Howell