Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

Installation of LAMP using Apache Toolbox

by Krishnan Subramanian

Installation

Apache Toolbox

Download Apache Toolbox from this site It is a tar zipped file. Save the downloaded file in /tmp or any directory you keep for downloaded files. I am using sudo command in the tutorial but during the tests, few people complained that it doesn't work with sudo and they need to use su and login as root. If installation doesn't work with sudo, you can login as root using su (from that point onwards) and continue your installation.

$tar -zxvf Apachetoolbox-install-1.5.69.tar.gz
This will create a directory called Apachetoolbox-1.5.69/. The version number depends on the file you download from the site. Replace the version number in all the commands accordingly.
$cd Apachetoolbox-1.5.69/
$sudo ./install.sh