README
author cli
Wed May 12 11:18:02 2010 +0200 (2010-05-12)
changeset 31 087ef6fe6a1a
child 45 7e24949b87b0
permissions -rw-r--r--
Group.getByName() removed. Channel.getByName() does no longer catch StorageBackendExceptions but throw them further.
     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/ .