Skip to content

Instantly share code, notes, and snippets.

@funzoneq
funzoneq / gist:4701943
Created February 3, 2013 14:10
Starting MongoDB on Mac OS X
sudo touch /var/log/mongodb.log
sudo nano /Library/LaunchDaemons/org.mongo.mongod.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.mongo.mongod</string>
<key>RunAtLoad</key>