chris@1
|
1 |
sonews README
|
chris@1
|
2 |
=============
|
chris@1
|
3 |
|
cli@45
|
4 |
sonews is an Usenet News Server written in Java. It uses a relation database as
|
cli@45
|
5 |
backend, currently supported is MySQL, PostgreSQL and HSQLDB.
|
cli@45
|
6 |
|
chris@1
|
7 |
Prerequisites:
|
chris@1
|
8 |
--------------
|
chris@1
|
9 |
|
chris@1
|
10 |
* Java 6 Runtime or higher
|
chris@1
|
11 |
* MySQL v5 or PostgreSQL v8 or higher
|
chris@1
|
12 |
* JDBC driver for your database system
|
chris@1
|
13 |
|
chris@1
|
14 |
|
chris@1
|
15 |
Installation:
|
chris@1
|
16 |
-------------
|
chris@1
|
17 |
|
chris@1
|
18 |
* Create a database in your DBMS, e.g. named like 'sonews'
|
chris@1
|
19 |
* Create the necessary table structure using the helpers/*.sql file
|
chris@1
|
20 |
(you may use the experimental helper application:
|
chris@1
|
21 |
java -cp sonews.jar:<jdbcdriver.jar> DatabaseSetup )
|
chris@1
|
22 |
* Customize the settings within the sonews.conf file or add config values to
|
chris@1
|
23 |
the 'config' table.
|
chris@1
|
24 |
* Invoke 'bin/sonews.sh start' to start the daemon
|
chris@1
|
25 |
|
chris@1
|
26 |
Bugs and other Issues:
|
chris@1
|
27 |
----------------------
|
chris@1
|
28 |
|
cli@45
|
29 |
Please mail them to mail(at)sonews.org or better issue them
|
cli@45
|
30 |
into the bugtracker at https://bitbucket.org/cli/sonews/ .
|