码迷,mamicode.com
首页 > 其他好文 > 详细

Installing Lumen -- Red Hat/CentOS

时间:2017-11-12 14:53:54      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:red   lease   release   add   mat   modern   pos   latest   project   

####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

标签:red   lease   release   add   mat   modern   pos   latest   project   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!