Results 1 to 4 of 4
Threaded View
-
24th May 2011, 09:54 AM #1OPMember
[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 :
Step 1 : Update Centos.
Code:yum update
Code:yum install httpd python php mysql-server php-mysql php-common php-gd php-curl
Code:/etc/init.d/httpd restart
Code:mysql_install_db
Code:chkconfig --levels 235 httpd on
Code:chkconfig --levels 235 mysqld on
Code:/etc/init.d/mysqld restart
Code:mysqladmin -u root password YOUR ROOT PASSWORD
Code:mkdir /var/www/html/torrentflux cd /var/www/html/torrentflux/ wget http://downloads.sourceforge.net/tor...3&big_mirror=0
Code:tar -xzf torrentflux_2.4.tar.gz mv torrentflux_2.4/html/* /var/www/html/torrentflux/
Code:cd /var/www/html/torrentflux/torrentflux_2.4/sql/ mysql -u root -p
Code:mysql>create database Your DATABASE NAME; mysql>\q
Step 11 : Enter This Code
Code:mysql torrentflux < mysql_torrentflux.sql -u root -p
Code:mkdir /mydownloads (can put anything u need) chmod 777 /mydownloads chown apache.apache /mydownloads
Code:nano /var/www/html/torrentflux/config.php $cfg["db_pass"] = "YOUR PASS"; // password for database
Code:/etc/init.d/httpd restart /etc/init.d/mysqld restart
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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
torrentflux install help
By mak23101991 in forum Technical Help Desk SupportReplies: 3Last Post: 5th Aug 2012, 02:07 AM -
Install TorrentFlux On CentOS 5.3
By desiboy in forum Technical and Security TutorialsReplies: 29Last Post: 22nd Sep 2011, 02:04 AM -
Torrentflux script + tutorial?
By Viperblood in forum Webmaster DiscussionReplies: 7Last Post: 7th Sep 2010, 04:19 PM -
Can someone install TorrentFlux for me?
By CammyD in forum Technical Help Desk SupportReplies: 4Last Post: 19th Aug 2010, 12:17 PM -
BATCH/CMD - Basics for Starters [EASY] [Tutorial]
By l0calh0st in forum Web Development AreaReplies: 7Last Post: 2nd Jul 2010, 03:49 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...