Thursday, February 7, 2013

install LAMP in ubuntu

a, update ubuntu
1 apt-get update
2 apt-get upgrade

b, install LAMP
apt-get install apache2 php5 libapache2-mod-php5 mysql-server php5-cli

No comments:

Post a Comment