Results 1 to 10 of 30
-
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 .
-
11th Jun 2009, 03:48 PM #2MemberWebsite's:
feedurbrain.comNice one dude although im using a remote desktop i will be usefull in the future
-
12th Jul 2009, 03:36 PM #3OPMember
^^ thanks
-
14th Jul 2009, 11:24 AM #4MemberWebsite's:
Plutost.com OffshorePort.net Desi-Mobilez.com PhotoshopDesigner.co.uk TutsBy.me BabesWallpapers.netWell, it seems to be great
I'll try it outPlutost.com Asia & Europe Hosting Provider / Offshore Shared/VPS Hosting / Even Better than Gold
WHMCS License Verify (Catch those scam hosts)
Tutorials By .Me
-
22nd Jul 2009, 12:46 AM #5Member
not all cent os has nano installed, in case you don't have nano editor on cent os use
Code:yum install -y nano
-
22nd Aug 2009, 02:32 PM #6OPMember
Updated the download link of tf..
Coding Horror Fan
I don't read PM's frequently .
-
8th Sep 2009, 11:44 AM #7OPMember
Typos Fixed and Download Link Updated..
Coding Horror Fan
I don't read PM's frequently .
-
19th Sep 2009, 03:39 AM #8OPMember
Added auto AutoStartup for apache and mysql upon restarting the server
and yeah !
http://www.google.com/search?hl=en&s...&aq=f&oq=&aqi=Coding Horror Fan
I don't read PM's frequently .
-
3rd Nov 2009, 02:46 PM #9MemberWebsite's:
fuck.youNice one mate thanks
I AM FROM INDIA SO MY ENGLISH IS FUCKING GOOD ,I WILL TROLL YOU.
-
3rd Nov 2009, 05:51 PM #10OPMember
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.23 released. Open older version (or...