cPanel在安装之前需要确保一些软件没有被安装
1、Centos系统在安装完之后,配置好网络
2、查看 yum
groups,确保以下的 yum
groups没有被安装
- FTP Server
- GNOME Desktop Environment
- KDE (K Desktop Environment)
- Mail Server
- Mono
- Web Server
- X Window System
3、删除 yum group, 执行命令
yum groupremove. 如删除Mono and
Mail Server, 输入:
yum groupremove "Mono" "Mail Server"
4、关闭SELinux
/etc/selinux/config文件
修改为 SELINUX=disabled
5、停用防火墙
chkconfig iptables off service iptables stop
主要就是以上这些步骤了