README
author cli
Mon Aug 24 13:00:05 2009 +0200 (2009-08-24)
changeset 20 6ae5e4f8329b
child 45 7e24949b87b0
permissions -rw-r--r--
Add stubs for org.sonews.acl and add method "impliedCapability" for org.sonews.command.Command interface.
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/ .