trunk/README
changeset 0 f907866f0e4b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/trunk/README	Tue Jan 20 10:21:03 2009 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +n3tpd README
     1.5 +============
     1.6 +
     1.7 +Prerequisites:
     1.8 +--------------
     1.9 +
    1.10 +* Java Runtime, Version 1.5
    1.11 +* MySQL, Version 5 or higher
    1.12 +* Java-MySQL-Connector (JDBC driver)
    1.13 +
    1.14 +
    1.15 +Installation:
    1.16 +-------------
    1.17 +
    1.18 +* Create a database in your DBMS, e.g. named like 'n3tpd_data'
    1.19 +* Create the necessary table structure using the helpers/table.sql file
    1.20 +* Customize the settings within the n3tpd.conf file
    1.21 +* Invoke 'java -jar n3tpd.jar' to start the daemon
    1.22 +
    1.23 +Bugs and other Issues:
    1.24 +----------------------
    1.25 +
    1.26 +Please mail them to christian.lins@web.de or, better, issue them
    1.27 +into our bugtracker at http://bugs.netvader.net/ .
    1.28 \ No newline at end of file