chris@1: sonews README chris@1: ============= chris@1: cli@45: sonews is an Usenet News Server written in Java. It uses a relation database as cli@45: backend, currently supported is MySQL, PostgreSQL and HSQLDB. cli@45: chris@1: Prerequisites: chris@1: -------------- chris@1: chris@1: * Java 6 Runtime or higher chris@1: * MySQL v5 or PostgreSQL v8 or higher chris@1: * JDBC driver for your database system chris@1: chris@1: chris@1: Installation: chris@1: ------------- chris@1: chris@1: * Create a database in your DBMS, e.g. named like 'sonews' chris@1: * Create the necessary table structure using the helpers/*.sql file chris@1: (you may use the experimental helper application: chris@1: java -cp sonews.jar: DatabaseSetup ) chris@1: * Customize the settings within the sonews.conf file or add config values to chris@1: the 'config' table. chris@1: * Invoke 'bin/sonews.sh start' to start the daemon chris@1: chris@1: Bugs and other Issues: chris@1: ---------------------- chris@1: cli@45: Please mail them to mail(at)sonews.org or better issue them cli@45: into the bugtracker at https://bitbucket.org/cli/sonews/ .