zoukankan      html  css  js  c++  java
  • sad

    sudo yum --enablerepo=remi install php php-cli php-common php-mysql php-fpm

    # This repository only provides PHP 7.0 and its extensions
    # NOTICE: common dependencies are in "remi-safe"

    [remi-php70]
    name=Remi's PHP 7.0 RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/php70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/php70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/php70/mirror
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-debuginfo]
    name=Remi's PHP 7.0 RPM repository for Enterprise Linux 6 - $basearch - debuginfo
    baseurl=http://rpms.remirepo.net/enterprise/6/debug-php70/$basearch/
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/test70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/test70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/test70/mirror
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test-debuginfo]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch - debuginfo

    -------------

    [remi-php70-test]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/test70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/test70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/test70/mirror
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test-debuginfo]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch - debuginfo
    baseurl=http://rpms.remirepo.net/enterprise/6/debug-test70/$basearch/
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

  • 相关阅读:
    resin实现热部署配置
    tomcat实现域名访问步骤
    springboot学习笔记2---配置拦截器:
    springboot学习笔记2:搭建web项目
    springboot学习笔记1:springboot入门
    重识maven
    shiro学习笔记:remeberMe,多次登录锁死账号
    shiro学习笔记:授权管理
    springmvc定时任务及RequestBody注解
    springmvc处理异常
  • 原文地址:https://www.cnblogs.com/chenliuxiao/p/9450118.html
Copyright © 2011-2022 走看看