准备
yum安装
apahce 安装
- yum install httpd
- chkconfig httpd on 设为开机启动
- service httpd restart 重启服务
mysql 安装
- yum install mysql mysql-server
- chkconfig mysqld on 设为开机启动
- mysql_secure_installation 为root设密码
- /etc/init.d/mysql.d restart
- /etc/init.d/httpd restart
php 安装
- yum intall php
- 安装php组件