首页 > 其他 > 详细

Installing Lumen -- Red Hat/CentOS

时间:2017-11-12 14:38:28      阅读:198      评论:0      收藏:0      [点我收藏+]

####To install a modern version of PHP on Red Hat and CentOS
I recommend using the Webtatic ( https://webtatic.com/ ) yum repository.

First, add the repository with the Webtatic release RPM; you should use the repository that matches your specific version

# CentOS/REHL 7

$ yum -y update
$ sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
$ sudo rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

Adding the Webtatic Repository

$ yum install \
php71w.x86_64 \
php71w-mysql.x86_64 \
php71w-mbstring.x86_64 \
php71w-xml.x86_64 \
php71w-pecl-xdebug.x86_64

 

Installing Lumen -- Red Hat/CentOS

原文:http://www.cnblogs.com/huaerr/p/7821585.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!