How do I install Rapidleech on my Ubuntu VPS (no Kloxo) .. ?

Status
Not open for further replies.

ahmadka

Active Member
107
2011
1
0
Can someone point me to a tutorial which gives the exact commands for installing and setting up Rapidleech on Ubuntu without using Kloxo .. ?

My Ubuntu VPS does not have cPanel or Kloxo, so I would need to install all components manually ... I just don't know exactly which packages I need to install, and so I need exact commands which I should type in to set it all up ..
 
10 comments
Dear Sir,

Code:
apt-get -y update
apt-get -y upgrade
apt-get -y install apache2-prefork-dev apache2-utils apache2.2-bin apache2.2-common apache2
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
-----
cd /var/www
wget http://rapidleech.googlecode.com/files/Rapidleech.v42.r358.zip
unzip Rapidleech.v42.r358.zip
rm -rf Rapidleech.v42.r358.zip
chown -hR www-data:www-data Rapidleech.v42.r358
chmod 777 Rapidleech.v42.r358/files
/etc/init.d/apache2 restart

you should be able to access rapidleech from
http://xx.xx.xx.xx/Rapidleech.v42.r358

replace xx.xx.xx.xx with your VPS IP.

Highest Regards
Mohammed H
 
Dear Sir,

Code:
apt-get -y update
apt-get -y upgrade
apt-get -y install apache2-prefork-dev apache2-utils apache2.2-bin apache2.2-common apache2
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
-----
cd /var/www
wget http://rapidleech.googlecode.com/files/Rapidleech.v42.r358.zip
unzip Rapidleech.v42.r358.zip
rm -rf Rapidleech.v42.r358.zip
chown -hR www-data:www-data Rapidleech.v42.r358
chmod 777 Rapidleech.v42.r358/files
/etc/init.d/apache2 restart
you should be able to access rapidleech from
http://xx.xx.xx.xx/Rapidleech.v42.r358

replace xx.xx.xx.xx with your VPS IP.

Highest Regards
Mohammed H
can i also use this on my VSP.. with kloxo installed?
 
can i also use this on my VSP.. with kloxo installed?

Kloxo is not intended to run on Ubuntu servers.

Officially Kloxo runs only on 32-bit RHEL based distros (CentOS , RHEL and Fedora). You can run it on a 64-bit system too by linking empty 32-bit libraries directory to 64-bit directory.
 
Status
Not open for further replies.
Back
Top