Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 497 Bytes

README.rdoc

File metadata and controls

14 lines (11 loc) · 497 Bytes

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

> To install the pg gem you must run:

gem install pg -v 0.15.1 -- --with-pg-config='/Applications/Postgres.app/Contents/MacOS/bin/pg_config'