Menu

install

Fabio Hofer

Login as root on your Debian/Ubuntu system.
Then enter the commands as below:

:::sh
wget http://sourceforge.net/projects/lamp-ng/files/install.sh.gz
gunzip install.sh.gz
chmod +x install.sh
. install.sh
rm -f install.sh   

The activities performed by the script are:

  • Setting up the correct time zone of the host.
  • Install all packages and dependecies required by lamp-ng.
  • Configured syslog-ng to centralize all log files into one single log file.
  • Replace the Apache default page by a PHP page that runs PHP scripts to show some basic information about the lamp-ng host.