香港服务器安装出现错误

zqcheng 2018-7-5 1211

INSTALL_AGENT=1 INSTALL_APPS=sitemgr INIT_SWAPFILE=1 INSTALL_PKGS='nginx-stable,php56(zend-guard-loader/ioncube-loader/source-guardian-loader),mysql56' bash -c "$(curl -sS http://dl.appnode.com/install.sh)"
######################################################################## 100.0%


AppNode - www.appnode.com


_ |__ | / /_____ /__
/| | __ _ |/ / \ / \
_ | // / // / /| / / // / // / / /
// || ._
/_ ./// |/ ___/\,/ \/
// //


最新回复 (2)
  • 小鱼儿 2018-7-6
    引用 2
    CentOS
    1、备份
    mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
    2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/
    CentOS 5
    wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
    或者
    curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
    CentOS 6
    wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
    或者
    curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
    CentOS 7
    wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
    或者
    curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
    3、之后运行yum makecache生成缓存
  • 虚竹 2018-7-6
    引用 3
    报错是:[Errno 14] problem making ssl connection
    估计是epel源的SSL证书不受系统信任,可尝试下以下命令后再安装:

    yum upgrade ca-certificates --disablerepo=epel -y
返回
发新帖