Skip to content

Instantly share code, notes, and snippets.

@jgcmarins
Last active June 7, 2018 17:25
Show Gist options
  • Save jgcmarins/75c17778c411a232bed79cefc9a02215 to your computer and use it in GitHub Desktop.
Save jgcmarins/75c17778c411a232bed79cefc9a02215 to your computer and use it in GitHub Desktop.

update & install

$ brew update
$ brew install postgres

Start Automatically on System Starup

$ mkdir -p ~/Library/LaunchAgents
$ ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment