Skip to content

Instantly share code, notes, and snippets.

@unicornzero
Created August 30, 2016 03:49
Show Gist options
  • Save unicornzero/17194cf921f0870d6805a5bff6193d28 to your computer and use it in GitHub Desktop.
Save unicornzero/17194cf921f0870d6805a5bff6193d28 to your computer and use it in GitHub Desktop.
Postgres setup notes Raw
postgres - SQL Database used by several of our projects
Install
`brew install postgres`
Configure postgres to start automatically upon login:
`ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents`
Start postgres now:
`launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist`
Confirm that postgres is up and running:
`pgrep postgres`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment