README
author chris <chris@marvin>
Fri Jun 26 16:48:50 2009 +0200 (2009-06-26)
changeset 1 6fceb66e1ad7
child 45 7e24949b87b0
permissions -rw-r--r--
Hooray... sonews/0.5.0 final

HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
     1 sonews README
     2 =============
     3 
     4 Prerequisites:
     5 --------------
     6 
     7 * Java 6 Runtime or higher
     8 * MySQL v5 or PostgreSQL v8 or higher
     9 * JDBC driver for your database system
    10 
    11 
    12 Installation:
    13 -------------
    14 
    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
    20   the 'config' table.
    21 * Invoke 'bin/sonews.sh start' to start the daemon
    22 
    23 Bugs and other Issues:
    24 ----------------------
    25 
    26 Please mail them to christian.lins@fh-osnabrueck.de or better issue them
    27 into the bugtracker at http://bugs.xerxys.info/ .