How to install TorrentFlux - The Easy Way


What is TorrentFlux ?

TorrentFlux is a web-based system for managing bit torrent file transfers. It is an open source package (GPL) and developed for Linux, Unix & BSD platforms on the ubiquitous LAMP stack.


How to Install it :

Step 1 : Update Centos.
Code: 
yum update
Step 2 : Install Modules
Code: 
yum install httpd python php mysql-server php-mysql php-common php-gd php-curl
Step 3 : Restart Apache
Code: 
/etc/init.d/httpd restart
Step 4 : Make MYSQL
Code: 
mysql_install_db
Step 5 : Fix some permissons :
Code: 
chkconfig --levels 235 httpd on
Code: 
chkconfig --levels 235 mysqld on
Step 6 : Restart Mysql
Code: 
/etc/init.d/mysqld restart
Step 7 : Make a MYSQL DataBase :

Code: 
mysqladmin -u root password YOUR ROOT PASSWORD
Step 8 : Setup Some Folders for TorrentFlux



Code: 
mkdir /var/www/html/torrentflux

  

cd /var/www/html/torrentflux/

wget http://downloads.sourceforge.net/tor...3&big_mirror=0
Step 9 : Un-Tar Torrent Flux

Code: 
tar -xzf torrentflux_2.4.tar.gz

mv torrentflux_2.4/html/* /var/www/html/torrentflux/
Step 10 : Make a database Again
Code: 
cd /var/www/html/torrentflux/torrentflux_2.4/sql/

mysql -u root -p 

Code: 
mysql>create database Your DATABASE NAME;

mysql>\q
.... Follow On Screen Steps

Step 11 : Enter This Code

Code: 
mysql torrentflux < mysql_torrentflux.sql -u root -p
Step 12 : Make Downloads Folder

Code: 
mkdir /mydownloads (can put anything u need) 
chmod 777 /mydownloads
chown apache.apache /mydownloads
Step 13 : Edit Your Config

Code: 
nano /var/www/html/torrentflux/config.php

$cfg["db_pass"] = "YOUR PASS";    // password for database
Step 14 : Restart MYSQL and Apache
Code: 
/etc/init.d/httpd restart 
/etc/init.d/mysqld restart
Now You can Login. http://youripadresss/torrentflux

Code: 
user:goombah pass:iamah
Dom Reviewed by Dom on . [Tutorial] How to install TorrentFlux ( Easy Way ) How to install TorrentFlux - The Easy Way What is TorrentFlux ? TorrentFlux is a web-based system for managing bit torrent file transfers. It is an open source package (GPL) and developed for Linux, Unix & BSD platforms on the ubiquitous LAMP stack. How to Install it : Rating: 5