author | cli |
Sun, 29 Aug 2010 17:43:58 +0200 | |
changeset 36 | c404a87db5b7 |
parent 1 | 6fceb66e1ad7 |
child 45 | 7e24949b87b0 |
permissions | -rw-r--r-- |
chris@1 | 1 |
sonews README |
chris@1 | 2 |
============= |
chris@1 | 3 |
|
chris@1 | 4 |
Prerequisites: |
chris@1 | 5 |
-------------- |
chris@1 | 6 |
|
chris@1 | 7 |
* Java 6 Runtime or higher |
chris@1 | 8 |
* MySQL v5 or PostgreSQL v8 or higher |
chris@1 | 9 |
* JDBC driver for your database system |
chris@1 | 10 |
|
chris@1 | 11 |
|
chris@1 | 12 |
Installation: |
chris@1 | 13 |
------------- |
chris@1 | 14 |
|
chris@1 | 15 |
* Create a database in your DBMS, e.g. named like 'sonews' |
chris@1 | 16 |
* Create the necessary table structure using the helpers/*.sql file |
chris@1 | 17 |
(you may use the experimental helper application: |
chris@1 | 18 |
java -cp sonews.jar:<jdbcdriver.jar> DatabaseSetup ) |
chris@1 | 19 |
* Customize the settings within the sonews.conf file or add config values to |
chris@1 | 20 |
the 'config' table. |
chris@1 | 21 |
* Invoke 'bin/sonews.sh start' to start the daemon |
chris@1 | 22 |
|
chris@1 | 23 |
Bugs and other Issues: |
chris@1 | 24 |
---------------------- |
chris@1 | 25 |
|
chris@1 | 26 |
Please mail them to christian.lins@fh-osnabrueck.de or better issue them |
chris@1 | 27 |
into the bugtracker at http://bugs.xerxys.info/ . |