diff -r 000000000000 -r f8894df2d079 README
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Wed May 04 18:06:24 2011 +0200
@@ -0,0 +1,27 @@
+sonews README
+=============
+
+Prerequisites:
+--------------
+
+* Java 6 Runtime or higher
+* MySQL v5 or PostgreSQL v8 or higher
+* JDBC driver for your database system
+
+
+Installation:
+-------------
+
+* Create a database in your DBMS, e.g. named like 'sonews'
+* Create the necessary table structure using the helpers/*.sql file
+  (you may use the experimental helper application:
+   java -cp sonews.jar:<jdbcdriver.jar> DatabaseSetup )
+* Customize the settings within the sonews.conf file or add config values to
+  the 'config' table.
+* Invoke 'bin/sonews.sh start' to start the daemon
+
+Bugs and other Issues:
+----------------------
+
+Please mail them to christian.lins@fh-osnabrueck.de or better issue them
+into the bugtracker at http://bugs.xerxys.info/ .
\ No newline at end of file