-
-
Save mdub/289701 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo cp /usr/local/Cellar/mysql/5.1.41/com.mysql.mysqld.plist /Library/LaunchDaemons | |
sudo launchctl load -w /Library/LaunchDaemons/com.mysql.mysqld.plist | |
sudo cp /usr/local/Cellar/postgresql/8.4.2/org.postgresql.postgres.plist /Library/LaunchDaemons | |
sudo launchctl load -w /Library/LaunchDaemons/org.postgresql.postgres.plist | |
sudo cp /usr/local/Cellar/mongodb/1.2.0-x86_64/org.mongodb.mongod.plist /Library/LaunchDaemons/ | |
sudo launchctl load -w /Library/LaunchDaemons/org.mongodb.mongod.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment