Install RapidLeech v42 on Debian or Ubuntu VPS

0
1414

This guide will walk you through the installation of RapidLeech v42 r358 on a VPS running Debian or Ubuntu.
To begin, log in to your VPS via SSH as the root user, and run the following commands:

Code:
apt-get -y update
Code:
apt-get -y upgrade

Install dependencies:

Code:
apt-get -y install apache2-prefork-dev apache2-utils apache2.2-bin apache2.2-common apache2
Code:
apt-get -y install php5 php5-cgi php5-cli php5-common php5-curl php5-dev php5-gd php5-tidy php5-xmlrpc php5-xsl php5-suhosin php5-mcrypt php5-imap php5-imagick libapache2-mod-php5

Download RapidLeech:

Code:
cd /var/www
Code:
wget http://rapidleech.googlecode.com/files/Rapidleech.v42.r358.zip

Install RapidLeech:

Code:
 unzip Rapidleech.v42.r358.zip
Code:
   rm -rf Rapidleech.v42.r358.zip
Code:
    chown -hR www-data:www-data Rapidleech.v42.r358
Code:
   chmod 777 Rapidleech.v42.r358/files
Code:
    mv Rapidleech Rapidleech.v42.r358 rapidleech

Restart Apache:

Code:
 /etc/init.d/apache2 restart

RapidLeech should now be accessible at: http://xx.xx.xx.xx/rapidleech/

 

Leave A Reply

Please enter your comment!
Please enter your name here