Results 1 to 10 of 30
Threaded View
-
11th Jun 2009, 01:19 PM #1OPMember
Install TorrentFlux On CentOS 5.3
Install TorrentFlux On CentOS 5.3
2000 + Views
This Tutorial Assumes That The User Knows How To Use Putty
*DOWNLOAD PUTTY
Code:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
*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
FOR APACHE
Code:chkconfig --levels 235 httpd on
Code:chkconfig --levels 235 mysqld on
Code:/etc/init.d/mysqld restart
Code:mysqladmin -u root password YOURPASS
Code:mkdir /var/www/html/torrentflux
Code:cd /var/www/html/torrentflux/
Code:wget http://softlayer.dl.sourceforge.net/sourceforge/torrentflux/torrentflux_2.4.tar.gz
Code:tar -xzf torrentflux_2.4.tar.gz
Code:mv torrentflux_2.4/html/* /var/www/html/torrentflux/
Code:cd /var/www/html/torrentflux/torrentflux_2.4/sql/
Code:mysql -u root -p Password: YOUR PASS mysql>create database torrentflux; mysql>\q
Code:mysql torrentflux < mysql_torrentflux.sql -u root -p Password: YOUR PASS
Code:mkdir /downloadz (can put anything u need) chmod 777 /downloadz chown apache.apache /downloadz
Code:nano /var/www/html/torrentflux/config.php
Code:/**************************************************************************/ // YOUR DATABASE CONNECTION INFORMATION /**************************************************************************/ // Check the adodb/drivers/ directory for support for your database // you may choose from many (mysql is the default) $cfg["db_type"] = "mysql"; // mysql, postgres7, postgres8 view adodb/drivers/ $cfg["db_host"] = "localhost"; // DB host computer name or IP $cfg["db_name"] = "torrentflux"; // Name of the Database $cfg["db_user"] = "root"; // username for your MySQL database $cfg["db_pass"] = "YOUR PASS"; // password for database /**************************************************************************/
press control+x
then it asks weather to save the edited data or not..press Y
For security reasons
Code:chmod -R 755 /var/www/ chown -R apache.apache /var/www/
Code:/etc/init.d/httpd restart /etc/init.d/mysqld restart
default login details is
Code:user:goombah pass:iamah
credits to desiboy when you post it on other sites
desiboy Reviewed by desiboy on . Install TorrentFlux On CentOS 5.3 Install TorrentFlux On CentOS 5.3 2000 + Views :D This Tutorial Assumes That The User Knows How To Use Putty *DOWNLOAD PUTTY http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html* Connect To Your Vps OR Dedicated Box http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/06/13.png Rating: 5Coding Horror Fan
I don't read PM's frequently .
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 -
how to install ftp on centos
By -={MINDFREAK}=- in forum Technical Help Desk SupportReplies: 3Last Post: 12th Jun 2011, 04:50 PM -
TorrentFlux on CentOS Problem...
By XXX22 in forum Technical Help Desk SupportReplies: 7Last Post: 26th Feb 2011, 03:47 PM -
Can someone install TorrentFlux for me?
By CammyD in forum Technical Help Desk SupportReplies: 4Last Post: 19th Aug 2010, 12:17 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...