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