7 * Java 6 Runtime or higher
8 * MySQL v5 or PostgreSQL v8 or higher
9 * JDBC driver for your database system
15 * Create a database in your DBMS, e.g. named like 'sonews'
16 * Create the necessary table structure using the helpers/*.sql file
17 (you may use the experimental helper application:
18 java -cp sonews.jar:<jdbcdriver.jar> DatabaseSetup )
19 * Customize the settings within the sonews.conf file or add config values to
21 * Invoke 'bin/sonews.sh start' to start the daemon
23 Bugs and other Issues:
24 ----------------------
26 Please mail them to christian.lins@fh-osnabrueck.de or better issue them
27 into the bugtracker at http://bugs.xerxys.info/ .