Menu

Tree [r4] /
 History

HTTPS access


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

Read Me

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







 


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.