diff -r 000000000000 -r f907866f0e4b trunk/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/trunk/README Tue Jan 20 10:21:03 2009 +0100 @@ -0,0 +1,24 @@ +n3tpd README +============ + +Prerequisites: +-------------- + +* Java Runtime, Version 1.5 +* MySQL, Version 5 or higher +* Java-MySQL-Connector (JDBC driver) + + +Installation: +------------- + +* Create a database in your DBMS, e.g. named like 'n3tpd_data' +* Create the necessary table structure using the helpers/table.sql file +* Customize the settings within the n3tpd.conf file +* Invoke 'java -jar n3tpd.jar' to start the daemon + +Bugs and other Issues: +---------------------- + +Please mail them to christian.lins@web.de or, better, issue them +into our bugtracker at http://bugs.netvader.net/ . \ No newline at end of file