How to install LAMP
November 27, 2009 1 Comment
Linux Apache Mysql PHP
ardian@ubuntu:~$ sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server phpmyadmin
Configuring mysql-server-5.1
New password for the MySQL “root” user:
***************
done !
To test apache go to your internet browser http://localhost
You might want to check /var/www
ardian@ubuntu://$ cd var/www/
Just throw your stuff in