Skip to content

Instantly share code, notes, and snippets.

@NathanielWroblewski
Created January 20, 2014 00:02
Show Gist options
  • Save NathanielWroblewski/8512754 to your computer and use it in GitHub Desktop.
Save NathanielWroblewski/8512754 to your computer and use it in GitHub Desktop.
Postgres install
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