Konez Code
Status: Planning
Brought to you by:
jvillain
File | Date | Author | Commit |
---|---|---|---|
database | 2008-05-07 | jvillain | [r4] Major changes to cars and members tables. Many ... |
doc | 2008-05-04 | jvillain | [r2] Initial version of the documentation |
kde | 2008-05-04 | jvillain | [r1] Initial Import |
utils | 2008-05-07 | jvillain | [r3] Added utils directory and a file for importing ... |
web | 2008-05-04 | jvillain | [r1] Initial Import |
LICENCE | 2008-05-04 | jvillain | [r1] Initial Import |
README | 2008-05-04 | jvillain | [r1] Initial Import |
Konez Copyright Shawn Metheny 2008. Konez is released under V3 or later of the GPL licence. For more information see the included LICENCE file. Home Page: http://konez.sourceforge.net Project Page: http://sourceforge.net/projects/konez/ Konez is still in the planning / development phase. This file is being released to allow interested parties to be able to try working with the table structure. The included .sql file will create the required table structure for you in a PostgreSQL database. In order to use it you must have a Postgres database installed and running. I will have more detailed instructions in the future but for now the general idea is this. 1) #su to the user that postgres runs as. Usually postgres su - postgres 2) # Create a database for Konez to live in createdb konez 3) #Connect to the database and run .sql file psql -d konez -f konez_pg.sql