running PHP 7 on RHEL 7 or CentOS 7

Keith Smith techlists at phpcoderusa.com
Fri Jan 8 16:39:18 MST 2016


Thanks!!


On 2016-01-07 22:30, Todd Cole wrote:
> it will need sudo on the last line
> 
> sudo yum install php70w php70w-opcache
> 
> it should work assuming epel and webtatic exist
> 
> On Thu, Jan 7, 2016 at 8:29 PM, Keith Smith
> <techlists at phpcoderusa.com> wrote:
> 
>> Hi,
>> 
>> Anyone running PHP 7 on RHEL 7 or CentOS 7?
>> 
>> I'm seeing it can be done by starting with a blank install of
>> CentOS 7 and basically do the following A couple steps are left out
>> like starting each and securing MariaDB.
>> 
>> start out with no apache, php, or mysql/mariadb installed on
>> Centos 7
>> run update
>> run sudo yum install httpd
>> run sudo yum install mariadb-server mariadb
>> run rpm -Uvh
>> 
> https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
>> [1]
>> run rpm -Uvh
>> https://mirror.webtatic.com/yum/el7/webtatic-release.rpm [2]
>> yum install php70w php70w-opcache
>> 
>> I think I am currently using the epel repository so no problem
>> here. I have not heard of webtatic.
>> 
>> Any thoughts of the down side of doing something like this on a
>> production box?
>> 
>> Thank you for your insight.
>> 
>> Keith
>> 
>> ---------------------------------------------------
>> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss [3]
> 
> --
> 
> Todd Cole
> Ubuntu Arizona Team
> 4605 S PRIEST DR LOT 3
> TEMPE AZ  85282-6507
> toddc at azloco.com
> 602-677-9402
> 
> 
> Links:
> ------
> [1] 
> https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
> [2] https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
> [3] http://lists.phxlinux.org/mailman/listinfo/plug-discuss
> 
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss

-- 
Keith Smith


More information about the PLUG-discuss mailing list