Ok this is meant as a simple application to help keep 
track of the names of everyone with this project as
well as their contact information.  Part 2 will consist
of todo's so we can easily manage from nice gui and do
reporting out to the web.

There are two directories:

forms\
sql\
reports\ (doesnt exist yet)

In the sql directory there are several types of scripts:

create_*.sql - table create scripts (including grants)
drop_*.sql   - table drop scripts
load.sql     - insert default data scripts

For now if you want to use this just cd into the sql
directory and do the following, with proper permissions
to create a database in postgresql.

  1. psql
* 2. create database gnue; 
* 3. \connect gnue 
* 4. \i create_all.sql
* 5. \q
  6. psql -e gnue < load.sql

Items with a (*) are done in postgres shell after step 1.

During step six you will receive some errors about sequences
already existing.  This is fine.

** Now that we have navigator functioning you can run:

gnue-navigator contacts.gpd 

Which will launch a navigation session of all items here.

bugs@gnue.org
