篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装LAMP Apache MySQL PHP相关的知识,希望对你有一定的参考价值。
apt-get update
#apache
apt-get install apache2
#mysql
apt-get install mysql-server
mysql_secure_installation
#qui chiede la password e tante altre cose - dire sì a tutto
#php
apt-get install php5 php-pear php5-mysql
#restart apache
service apache2 restart
以上是关于sh 安装LAMP Apache MySQL PHP的主要内容,如果未能解决你的问题,请参考以下文章