CodeForPhilly / CodeForPhilly/CampaignFinancePHL
No Gemfile, can't install pg out of the box
Open
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It looks like there's no Gemfile, so I did `gem install pg` and got an error that it `Can't find the PostgreSQL client library (libpq)`. This [SO post](http://stackoverflow.com/a/7497725/633406) suggested using `env ARCHFLAGS="-arch x86_64" gem install pg` which did the job, but I have no idea why. Apparently that worked for @laurenancona too
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.