README
changeset 1 6fceb66e1ad7
child 45 7e24949b87b0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Fri Jun 26 16:48:50 2009 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +sonews README
     1.5 +=============
     1.6 +
     1.7 +Prerequisites:
     1.8 +--------------
     1.9 +
    1.10 +* Java 6 Runtime or higher
    1.11 +* MySQL v5 or PostgreSQL v8 or higher
    1.12 +* JDBC driver for your database system
    1.13 +
    1.14 +
    1.15 +Installation:
    1.16 +-------------
    1.17 +
    1.18 +* Create a database in your DBMS, e.g. named like 'sonews'
    1.19 +* Create the necessary table structure using the helpers/*.sql file
    1.20 +  (you may use the experimental helper application:
    1.21 +   java -cp sonews.jar:<jdbcdriver.jar> DatabaseSetup )
    1.22 +* Customize the settings within the sonews.conf file or add config values to
    1.23 +  the 'config' table.
    1.24 +* Invoke 'bin/sonews.sh start' to start the daemon
    1.25 +
    1.26 +Bugs and other Issues:
    1.27 +----------------------
    1.28 +
    1.29 +Please mail them to christian.lins@fh-osnabrueck.de or better issue them
    1.30 +into the bugtracker at http://bugs.xerxys.info/ .
    1.31 \ No newline at end of file