Running the app
Install Postgres Create the development database CREATE DATABASE champfrogs_development;
bundle install rails s
Problems already identified
“Can’t find the ‘libpq-fe.h header” when installing pg gem on MacOsX
> I found a solution here: stackoverflow.com/questions/9668753/rails-3-cant-install-pg-gem¶ ↑
gem install pg -v 0.15.1 -- --with-pg-config='/Applications/Postgres.app/Contents/MacOS/bin/pg_config'