If you are using Ubuntu Gutsy Gibbon (7.10) Desktop edition and you want to install the "LAMP" (actually you want to install AMP part :)). Just do the following:
Never forget this before installing something.
$>sudo apt-get update
and
$>sudo apt-get install apache2 libapache2-mod-php5 libapache2-mod-auth-mysql mysql-server php5 php5-mysql
You will be asked to type the mysql password for the "root" user. Pick something you would not forget :).
Viola, you should be able to access your setup in no time...
No comments:
Post a Comment