https://github.com/ivanvc/mongodb-prefpane
mongoDB pref pane for MacOS X
https://github.com/ivanvc/mongodb-prefpane
Last synced: 5 months ago
JSON representation
mongoDB pref pane for MacOS X
- Host: GitHub
- URL: https://github.com/ivanvc/mongodb-prefpane
- Owner: ivanvc
- License: mit
- Created: 2010-04-14T15:37:23.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-06-28T22:38:29.000Z (about 14 years ago)
- Last Synced: 2025-04-04T03:05:06.686Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://ivanvc.github.com/mongodb-prefpane
- Size: 993 KB
- Stars: 46
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
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.

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](http://sparkle.andymatuschak.org/)
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](http://github.com/ivanvc/DaemonController)
Original DaemonController and MBSliderButton based in the ones made
by [Max Howell](http://github.com/mxcl)