trunk/README
author chris <chris@marvin>
Tue Jan 20 10:21:03 2009 +0100 (2009-01-20)
changeset 0 f907866f0e4b
permissions -rw-r--r--
Initial import.
     1 n3tpd README
     2 ============
     3 
     4 Prerequisites:
     5 --------------
     6 
     7 * Java Runtime, Version 1.5
     8 * MySQL, Version 5 or higher
     9 * Java-MySQL-Connector (JDBC driver)
    10 
    11 
    12 Installation:
    13 -------------
    14 
    15 * Create a database in your DBMS, e.g. named like 'n3tpd_data'
    16 * Create the necessary table structure using the helpers/table.sql file
    17 * Customize the settings within the n3tpd.conf file
    18 * Invoke 'java -jar n3tpd.jar' to start the daemon
    19 
    20 Bugs and other Issues:
    21 ----------------------
    22 
    23 Please mail them to christian.lins@web.de or, better, issue them
    24 into our bugtracker at http://bugs.netvader.net/ .