百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>网页制作> 最迅速度安装php(centos8)!
分享文章到:

最迅速度安装php(centos8)!

发布时间:12/01 来源:未知 浏览: 关键词:

引荐:《PHP视频教程》

快如闪电的安置php(centos8)

本文只思考centos8

remi是一个php安置仓库。是rpm包。

用了国内镜像会速度极快,下载包的速度:3MB/秒,惊人的快!

不管docker还是centos环境都非常的快!!

第一,安置阿里的 centos 仓库。

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.reporm -f  /etc/yum.repos.d/CentOS-centosplus.reporm -f  /etc/yum.repos.d/CentOS-PowerTools.reporm -f  /etc/yum.repos.d/CentOS-Extras.reporm -f  /etc/yum.repos.d/CentOS-AppStream.repo
dnf makecache
dnf repolist

安置阿里的 epel 仓库。

dnf install -y epel-releasesed -i 's|^#baseurl=https://download.fedoraproject.org/pub|baseurl=https://mirrors.aliyun.com|' /etc/yum.repos.d/epel*sed -i 's|^metalink|#metalink|' /etc/yum.repos.d/epel*
dnf makecache
dnf repolist

安置阿里的 remi 的仓库

dnf install -y https://mirrors.aliyun.com/remi/enterprise/remi-release-8.rpmsed -i  's/https*:\/\/rpms.remirepo.net/https:\/\/mirrors.aliyun.com\/remi/g'  /etc/yum.repos.d/remi*sed -i 's/#baseurl/baseurl/g' /etc/yum.repos.d/remi*

快如闪电的最关键是下一句,清除镜像列表!!不然又去读取国外的镜像了。

sed -i 's|^mirrorlist|#mirrorlist|' /etc/yum.repos.d/remi*

dnf makecache
dnf repolist

安置 php

dnf install -y yum-utils

dnf install -y php74 php74-php-devel  php74-php-fpm  php74-php-mbstring php74-php-memcache php74-php-memcached php74-php-redis  php74-php-mysqlnd  php74-php-pdo  php74-php-bcmath php74-php-xml php74-php-gd php74-php-gmp php74-php-igbinary php74-php-imagick   php74-php-mcrypt  php74-php-pdo_mysql php74-php-posix php74-php-simplexml  php74-php-opcache php74-php-xsl php74-php-xmlwriter php74-php-xmlreader php74-php-swoole php74-php-zip php74-php-phalcon  php74-php-yaml php74-php-yar php74-php-yaf php74-php-uuid

体验到快如闪电的速度了吧!

最后安置阿里的 composer 镜像源

ln -s /usr/bin/php74 /usr/bin/phpcurl -o /usr/local/bin/composer https://mirrors.aliyun.com/composer/composer.pharchmod +x /usr/local/bin/composer

留意视察,确定安置成功,且大版本是2.0

composer -V

立即设定composer 的镜像源为阿里

composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

安置 nginx

cat>/etc/yum.repos.d/nginx.repo<<EOF
[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/\$releasever/\$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
EOFdnf install -y nginx
nginx -v
systemctl enable nginx

以上就是最快速度安置php(centos8)!的具体内容,更多请关注百分百源码网其它相关文章!

打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

共有154人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板