QUOTE(ryurhrt @ Jul 25 2008, 09:20 AM)
if not wrong, with ubuntu 8.04, can just apt-get install LAMP
I don't think got such command.
if u r using Ubuntu server, there is an option to install LAMP during the installation. For ubuntu desktop, u have to refer to the following command
CODE
sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql phpmyadmin
the above command will help u install apache, php5 and mysql
To install mambo:
1) download from their website, should be a tar.gz ext file
2) untar the file to ur apache DocumentRoot
3) start u apache and mysql server
4) create a database and mysql user for mambo
5) go to ur browser and type the url and follow the wizard.
6) Done