sparkbox / lamppost

💡 Sparkbox's 2016 apprentice project: an aggregate of local tech events.
https://lamppost.io
7 stars 1 forks source link

PostgresSQL Install #276

Open AllenMay opened 8 years ago

AllenMay commented 8 years ago

I kept getting a PostgresSQL install error from bundler:

"Make sure that gem install pg -v '0.18.4' succeeds before bundling."

I used 'brew' to install PostgresSQL then re-ran bundler and it finished successfully:

brew update brew install postgresql bundle install