Skip to content

Instantly share code, notes, and snippets.

@bbeaird
Forked from NathanielWroblewski/postgres_install.md
Last active August 29, 2015 14:08
Show Gist options
  • Save bbeaird/8adddf11aa057f98d4a5 to your computer and use it in GitHub Desktop.
Save bbeaird/8adddf11aa057f98d4a5 to your computer and use it in GitHub Desktop.
brew install postgres
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
ARCHFLAGS="-arch x86_64" gem install pg
initdb /usr/local/var/postgres9.3 -E utf8
pg_ctl -D /usr/local/var/postgres9.3 -l logfile start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment