loc论坛的一位大神把受欢迎的AMH4.5更新了一下,换了下载源稳定了许多。前几天博主买了正版5.3面板一个月,发现功能很强大,但是不如4.2直观好用,喜欢4.2面板的推荐这款修改版。
原文地址:http://www.sxsay.com/43.html
yum install -y wget
yum install -y vim
强烈建议先运行screen,防止ssh中断
apt-get install screen (debian)
yum -y install screen (centos)
screen -S amh
更新curl为curl-7.49.1
(不建议安装Mysql5.7系列)
更新php-5.3.29,php-5.4.45,php-5.5.36,php-5.6.22,php-7.07
Centos 5 .x 和 Centos 6.x安装脚本
wget http://www.sxsay.com/amh/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log
Centos 7.x安装脚本
请先运行ifconfig,要是功能不全,请先yum安装
yum -y install net-tools.x86_64
然后再运行安装脚本
wget http://www.sxsay.com/amh/7/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log
文章评论