sudo apt-get install python-software-properties
sudo apt-get update
sudo apt-get install vim
sudo apt-get install apache2
sudo apt-get install -y php5 //php -v 查看版本
sudo apt-get install mysql-server mysql-client //设置密码
sudo apt-get install mcrypt
sudo apt-get install php5-mcrypt
sudo apt-get install php5-gd //安装gd库 重启apache /etc/init.d/apache2 restart
sudo apt-get install php5-mysql