User Tools

Site Tools


podoc:configuring_postgresql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
podoc:configuring_postgresql [2006/11/22 20:45] – Document moved from configuring_postgresql pizzapodoc:configuring_postgresql [2006/12/22 16:25] (current) – Fix an error. pizza
Line 1: Line 1:
 ===== Configuring PostgreSQL ====== ===== Configuring PostgreSQL ======
  
-We're working on a much simpler installation mechanism, but until then, this is how you can configure PostgreSQL to talk to Photo Organizer if the installer program fails.+Photo Organizer's installer takes care of database creation, but there is still some prep work necessary to get things to the point where the installer can run.
  
 Please note that I'm trying to keep these instructions as generic as possible; if someone has distribution-specific instructions to contribute, I'll happily add them to this page.   Please note that I'm trying to keep these instructions as generic as possible; if someone has distribution-specific instructions to contribute, I'll happily add them to this page.  
Line 39: Line 39:
  
   # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD   # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
-  local   po_db     po_user                             ident sameuser +  local   po_db     po_user                             password 
-  host    po_db     po_user      127.0.0.1/32           ident sameuser+  host    po_db     po_user      127.0.0.1/32           password
   # "local" is for Unix domain socket connections only   # "local" is for Unix domain socket connections only
   local   all         all                               ident sameuser   local   all         all                               ident sameuser
podoc/configuring_postgresql.txt · Last modified: 2006/12/22 16:25 by pizza