Personal tools
  • Log in
You are here: Home Support HowTo Install torrentfluxb4rt
 

Install torrentfluxb4rt

Step-by-step instuctions for installing the server-side torrent client torrentfluxb4rt.

Download the latest version and extract
    wget http://download.berlios.de/tf-b4rt/torrentflux-b4rt_1.0-beta2.tar.bz2 –output-document=/tmp/torrentflux-b4rt_1.0-beta2.tar.bz2
    tar --directory /tmp -xjf /tmp/torrentflux-b4rt_1.0-beta2.tar.bz2
Su to root, move, own, and link the directories
    sudo mv /tmp/torrentflux-b4rt_$VERSION /opt/torrentflux
    ln -s /opt/torrentflux/html /var/www/torrentflux
    chown -R www-data:www-data /var/www/torrentflux/inc/config/
    adduser torrentflux or mkdir --parent /home/torrentflux
    chown -R www-data:www-data /home/torrentflux
Next you will want to configure apache with a /var/www/torrentflux DocumentRoot and launch the setup in a browser.
After you're finished completing the setup, be sure to remove your setup file and change permissions.
    rm /var/www/torrentflux/setup.php
    chown -R root:root /var/www/torrentflux/inc/config

Document Actions