Skip to content
petelacey edited this page Sep 14, 2010 · 3 revisions

Welcome to the LLCoolStats wiki!

Some notes while in early dev:

  • Using Postgres 8.4
  • Updated pg gem. Required libpq-dev to be installed first. Other dependencies already there.
  • Added an LLCoolStats user (role) with identical password
  • Created database “LLCoolStats_development” owned by LLCoolStats
  • Getting ident auth failed on initial attempt to use Postgres from rake db:migrate
    • Changed /etc/postgresql/8.4/main/pg_hba.conf to have a local security config of: local all all md5 (instead of ident).
    • Restarted postgres
Clone this wiki locally