#!/bin/bash
echo "now installing mongodb"
brew install mongodb
cp `brew --prefix mongodb`/homebrew.mxcl.mongodb.plist ~/Library/LaunchAgents/
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
