Difference between revisions of "Torrentflux"
m (Minor text changes as well as fixing some links) |
|||
Line 32: | Line 32: | ||
To remove mysql database and user, both are b4rt, see [[MySQL#Remove a database]] and [[MySQL#Remove a user]]. There is no need to reboot. | To remove mysql database and user, both are b4rt, see [[MySQL#Remove a database]] and [[MySQL#Remove a user]]. There is no need to reboot. | ||
+ | |||
+ | === Usage === | ||
+ | |||
+ | Torrents are downloaded to /opt/b4rt/html/downloads, for users to access these: | ||
+ | |||
+ | 1. The user can download the file to their PC using the web interface | ||
+ | |||
+ | 2. Admin can create a symbloic link to and existing ibay | ||
+ | cd /home/e-smith/files/ibays/ibay1/files | ||
+ | ln -s /opt/b4rt/html/downloads/ | ||
+ | |||
+ | 3. Admin can create a new samba share, and map a new drive with netlogon | ||
+ | |||
+ | nano -w /etc/e-smith/templates-custom/etc/smb.conf/50torrent | ||
+ | |||
+ | [torrent] | ||
+ | comment = torrent Files | ||
+ | path = /opt/b4rt/html/downloads/ | ||
+ | browseable = yes | ||
+ | read only = no | ||
+ | writable = yes | ||
+ | printable = no | ||
+ | inherit permissions = yes | ||
+ | create mode = 0660 | ||
+ | |||
+ | nano -w /home/e-smith/files/samba/netlogon/netlogon.bat | ||
+ | |||
+ | <snip> | ||
+ | net use t: \\servername\torrent | ||
+ | |||
+ | signal-event ibay-modify | ||
=== Additional information === | === Additional information === |
Revision as of 01:41, 27 June 2008
Torrentflux for SME Server
Maintainer
Dungog (Software)
See the announcement of an updated version tf-b4rt
Description
- TorrentFlux/b4rt is a PHP based Torrent client that runs on a web server.
- Manage all of your Torrent downloads through a convenient web interface from anywhere.
Installation
Install tf-b4rt and smeserver-tf-b4rt from the [SME Contribs repository] using the following command on SME Server shell:
yum --enablerepo=smecontribs install smeserver-tf-b4rt
No need to reboot.
Open YOURSERVER/torrent in a web browser
Login with admin/admin, change admin password and review and change settings.
Change Document Root Path: as below, all other settings are optional, ignore the warnings
/opt/b4rt/html/
Uninstallation
To remove this package issue the following command on the SME Server shell:
rpm -e tf-b4rt smeserver-tf-b4rt
To remove mysql database and user, both are b4rt, see MySQL#Remove a database and MySQL#Remove a user. There is no need to reboot.
Usage
Torrents are downloaded to /opt/b4rt/html/downloads, for users to access these:
1. The user can download the file to their PC using the web interface
2. Admin can create a symbloic link to and existing ibay
cd /home/e-smith/files/ibays/ibay1/files ln -s /opt/b4rt/html/downloads/
3. Admin can create a new samba share, and map a new drive with netlogon
nano -w /etc/e-smith/templates-custom/etc/smb.conf/50torrent [torrent] comment = torrent Files path = /opt/b4rt/html/downloads/ browseable = yes read only = no writable = yes printable = no inherit permissions = yes create mode = 0660
nano -w /home/e-smith/files/samba/netlogon/netlogon.bat <snip> net use t: \\servername\torrent
signal-event ibay-modify
Additional information
The first user to login becomes a super admin
The manual is available at /torrent/manual.txt
You can fine tune access to torrentflux with DB settings. For more details see Web Application RPM#New DB settings.
Problems
- wget needs php-cli, this is just too much work for a gui wget
- searching often fails, google for your .torrent url, then copy and paste the URL into the Torrent Field.
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-torrentflux component or use this link .