How To Install Torrentflux-b4rt on Centos 5 x84_64
This is a guide to install (torrentflux-b4rt_1.0-beta2) on centos 5 from scratch! you don't need to know anything because all the steps are clearly provided so don’t hesitate to follow these steps.
This tutorial assumes that Centos 5 is already installed and the user knows how to use Putty.
*DOWNLOAD PUTTY
Code:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
* Connect To Your Vps OR Dedicated Box
http://s5.postimg.org/6fouutg83/Putty.jpg
* First we will update system.
* Lets start installing Torrentflux-b4rt.
* We need to install apache,mysql,php and curl.
Code:
yum install httpd python php mysql-server php-mysql php-common php-gd php-curl
* Now we have installed all the scripts necessary so restart apache by using this code.
Code:
/etc/init.d/httpd restart
* Now we need to create MySQL Data Base user.
* Apache and mysql Auto Startup on server reboot by using the following commands.
FOR APACHE
Code:
chkconfig --levels 235 httpd on
AND MYSQL
Code:
chkconfig --levels 235 mysqld on
* Then restart mysql.
Code:
/etc/init.d/mysqld restart
* Then wee need to create mysql root password you can use any password for this simply replace YOURPASSHERE with your desired password.
Code:
mysqladmin -u root password YOURPASSHERE
* Then you need to create a directory to run torrentflux because running on the main directory might give us some problems so please create a directory. Its like normal directory for ex- Google Images ! In this guide I have set the directory as torrentflux you can see it below! Run this code
Code:
mkdir /var/www/html/torrentflux
* Now enter into torrentflux directory.
Code:
cd /var/www/html/torrentflux
* Next step is to download torrentflux from sourforge by using wget command.
Code:
wget http://download.berlios.de/tf-b4rt/torrentflux-b4rt_1.0-beta2.tar.bz2
* Uncompressing the archive.
Code:
tar -xjvf torrentflux-b4rt_1.0-beta2.tar.bz2
* Now moving the torrentflux to previously created dir,
Code:
mv torrentflux-b4rt_1.0-beta2/html/* /var/www/html/torrentflux/
* Then you need to create a directory to store downloaded files. Im making a directory called downloads. Also run these commands one by one to change permission.
Code:
mkdir /var/www/html/torrentflux/downloads/
chmod 777 /var/www/html/torrentflux/downloads/
chown apache.apache /var/www/html/torrentflux/downloads/
* Now change permission to config folder.
Code:
chmod 777 /var/www/html/torrentflux/inc/config/
chown apache.apache /var/www/html/torrentflux/inc/config/
* Now we will install unrar for torrentflux by using commands one by one.
Code:
cd /usr/local/src
wget http://www.rarlab.com/rar/rarlinux-3.8.0.tar.gz
tar zxvf rarlinux-3.8.0.tar.gz
cd rar
make
make install
* Now open browser to setup your seedbox and follow screenshots. (Click on image to view large)
http://s5.postimg.org/50e3em0df/TF_1.jpg
http://s5.postimg.org/cmmgpr7tv/TF_2.jpg
http://s5.postimg.org/7t7ayn0pv/TF_3.jpg
http://s5.postimg.org/h9siriv6r/TF_4.jpg
http://s5.postimg.org/8u2ya0sbn/TF_5.jpg
http://s5.postimg.org/46ww894yr/TF_6.jpg
http://s5.postimg.org/swh86e7vn/TF_7.jpg
http://s5.postimg.org/51smlrrkz/TF_8.jpg
http://s5.postimg.org/5q1h4pqar/TF_9.jpg
http://s5.postimg.org/hgat8ctpf/TF_10.jpg
http://s5.postimg.org/jannq3gpv/TF_11.jpg
http://s5.postimg.org/5sgrdt4kj/TF_12.jpg
http://s5.postimg.org/glo9mblur/TF_13.jpg
http://s5.postimg.org/qgfesjpsz/TF_14.jpg
http://s5.postimg.org/tr3rsffqb/TF_15.jpg
* Now delete setup.php
Code:
rm /var/www/html/torrentflux/setup.php
* It's time to login into seedbox first time with default username & password.
Code:
username: admin
password: admin
http://s5.postimg.org/tojw5lc2r/TF_16.jpg
http://s5.postimg.org/y1n11ra77/TF_17.jpg
Now we have successfully installed torrentflux-b4rt_1.0-beta2 on centos 5.
Don't forget to give credit to me if you are sharing on other site.