Skip to content

Instantly share code, notes, and snippets.

@bgvo
Created March 4, 2014 22:09
Show Gist options
  • Save bgvo/9356828 to your computer and use it in GitHub Desktop.
Save bgvo/9356828 to your computer and use it in GitHub Desktop.
brew install postgresql
sudo ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
createuser -d -P admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment