Torrentflux-ng

From Hurlster Wiki
Jump to navigation Jump to search

1. Getting the files

# git clone https://github.com/th3penguinwhisperer/torrentflux-ng.git

2. Creating the database:

# mysql -u dbuser -h iporhostname
> create database tfng;

3. Creating the tables:

# mysql -u dbuser -h iporhostname tfng < sql/install.sql
This will execute the the sql statements on your database.

4. Configure the download path

# mysql -u dbuser -h iporhostname tfng
> UPDATE tf_settings SET tf_value='/yourpath/' WHERE tf_key='path';

5. Log in

There is a default account:
username: administrator
password: test