diff -r 000000000000 -r 087ef6fe6a1a README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed May 12 11:18:02 2010 +0200 @@ -0,0 +1,27 @@ +sonews README +============= + +Prerequisites: +-------------- + +* Java 6 Runtime or higher +* MySQL v5 or PostgreSQL v8 or higher +* JDBC driver for your database system + + +Installation: +------------- + +* Create a database in your DBMS, e.g. named like 'sonews' +* Create the necessary table structure using the helpers/*.sql file + (you may use the experimental helper application: + java -cp sonews.jar: DatabaseSetup ) +* Customize the settings within the sonews.conf file or add config values to + the 'config' table. +* Invoke 'bin/sonews.sh start' to start the daemon + +Bugs and other Issues: +---------------------- + +Please mail them to christian.lins@fh-osnabrueck.de or better issue them +into the bugtracker at http://bugs.xerxys.info/ . \ No newline at end of file