Installing Lumen -- Red Hat/CentOS

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

时间: 2024-10-21 09:58:24

Installing Lumen -- Red Hat/CentOS的相关文章

Red Hat (CentOS)-7 下安装RabbitMq

安装RabbitMq curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bashyum install erlangrpm -qa | grep erlang yum -y install socat yum install -y rabbitmq-server-3.7.15-1.el7.noarch.rpm Web管理: rabbitmq-plugins enabl

更换Red Hat Enterprise Linux 7 64位的yum为centos的版本

查看redhat原有的yum包有哪些: [[email protected] ~]# rpm -qa|grep yum yum-utils-1.1.31-24.el7.noarch yum-langpacks-0.4.2-3.el7.noarch yum-metadata-parser-1.1.4-10.el7.x86_64 yum-rhn-plugin-2.0.1-4.el7.noarch PackageKit-yum-0.8.9-11.el7.x86_64 yum-3.4.3-118.el7

setting up a IPSEC/L2TP vpn on CentOS 6 or Red Hat Enterprise Linux 6 or Scientific Linux

This is a guide on setting up a IPSEC/L2TP vpn on CentOS 6 or Red Hat Enterprise Linux 6 or Scientific Linux 6 using Openswan as the IPsec server, xl2tpd as the l2tp provider and ppp for authentication. We choose the IPSEC/L2TP protocol stack because

Red Hat系 Linux-Red Hat、REHL、Fedora、CentOS的关系

Red Hat系 Linux-Red Hat.REHL.Fedora.CentOS的关系 (2011-05-21 14:26:10) 转载▼ 标签: red hat linux it 分类: 了解 来源:chinawin.net Red Hat Linux是redhat最早发行的个人版本的linux, 其1.0版本于1994年11月3日发行. 虽然其历史不及其它linux发行版本悠久,但比起很多的Linux发行套件,Red Hat 的历史悠久得多. 自从Red Hat 9.0版本发布后,RedH

Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux

Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux? Overview Use this tutorial to install MongoDB on Red Hat Enterprise Linux, CentOS Linux, Fedora Linux, or a related system. The tutorial uses .rpm packages to install. While some

CentOS 7(同red hat)安装oracle 11g r2最全最细攻略

前瞻: 1. 安装Gnome桌面版X86_64版本的CentOS 7系统(或者相对应版本的Red Hat等). 2. 下载安装并激活Xmanager Enterprise 5用于对linux系统的连接访问以及数据传输等. 3. 下载解压缩oracle 11g r2 for linux的程序包,并将其中的[database/stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles/all.jar]内添加文件夹[fallback]以及放入文件[simsun

red hat Linux 使用CentOS yum源更新

red hat linux是商业版软件,没有经过注册是无法使用红帽 yum源更新软件的,使用CentOS源更新操作如下: 1.删除red hat linux 原有的yum 源 rpm -aq | grep yum|xargs rpm -e --nodeps 2.下载CentOS yum 所需软件 yum-3.2.22-40.el5.centos.noarch.rpm yum-fastestmirror-1.1.16-21.el5.centos.noarch.rpm yum-metadata-pa

Red Hat设置使用CentOS的yum源

环境查看 red hat系统使用自己默认的yum源未注册在使用yum安装软件的时候会出现以下错误提示 可以修改成centos的yum源 卸载yum软件 rpm -qa|grep yum|xargs rpm -e --nodeps(不检查依赖,直接删除rpm包) rpm -qa |grep yum (查询确认) 下载软件包 http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-81.el6.centos.noarch.rpm h

Fedora CentOS Red Hat中让vim支持语法高亮设置

Fedora / CentOS / Red Hat这三个系统里默认的vi是没有语法高亮显示的,白色的字体看起来很不舒服. 首先用命令行cat /etc/os-release查看当前linux系统的类型,发现为Red Hat: 使用命令行yum install vim-enhanced下载vi的增强版本: vim --version,确认这个版本确实有syntax支持. 在 -/.bashrc中将vim设置成vi的别名,下次再用vi即可享受语法高亮了. 要获取更多Jerry的原创文章,请关注公众号