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

Lambda3/champfrogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'