Httpd服务进阶知识-基于Apache Modele的LAMP架构之WordPress案例

                                                作者:尹正杰

版权声明:原创作品,谢绝转载!否则将追究法律责任。

 

 

 

一.安装依赖包及数据库授权

博主推荐阅读:
  https://www.cnblogs.com/yinzhengjie/p/12019502.html

 

二.布署WordPress博客程序

1>.下载wordpress软件

官方网站:
    https://cn.wordpress.org/

Httpd服务进阶知识-基于Apache Modele的LAMP架构之WordPress案例

2>.解压缩WordPress博客程序到网页站点目录下 

[root@node101.yinzhengjie.org.cn ~]# yum -y install unzip zip
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.huaweicloud.com
 * epel: mirrors.yun-idc.com
 * extras: mirrors.huaweicloud.com
 * updates: mirrors.huaweicloud.com
Resolving Dependencies
--> Running transaction check
---> Package unzip.x86_64 0:6.0-20.el7 will be installed
---> Package zip.x86_64 0:3.0-11.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=================================================================================================================================
 Package                      Arch                          Version                            Repository                   Size
=================================================================================================================================
Installing:
 unzip                        x86_64                        6.0-20.el7                         base                        170 k
 zip                          x86_64                        3.0-11.el7                         base                        260 k

Transaction Summary
=================================================================================================================================
Install  2 Packages

Total download size: 430 k
Installed size: 1.1 M
Downloading packages:
(1/2): unzip-6.0-20.el7.x86_64.rpm                                                                        | 170 kB  00:00:00     
(2/2): zip-3.0-11.el7.x86_64.rpm                                                                          | 260 kB  00:00:10     
---------------------------------------------------------------------------------------------------------------------------------
Total                                                                                             40 kB/s | 430 kB  00:00:10     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : zip-3.0-11.el7.x86_64                                                                                         1/2 
  Installing : unzip-6.0-20.el7.x86_64                                                                                       2/2 
  Verifying  : unzip-6.0-20.el7.x86_64                                                                                       1/2 
  Verifying  : zip-3.0-11.el7.x86_64                                                                                         2/2 

Installed:
  unzip.x86_64 0:6.0-20.el7                                        zip.x86_64 0:3.0-11.el7                                       

Complete!
[root@node101.yinzhengjie.org.cn ~]# 
[root@node101.yinzhengjie.org.cn ~]# yum -y install unzip zip

相关文章:

  • 2021-10-29
  • 2022-12-23
  • 2021-12-19
  • 2021-06-20
  • 2021-12-13
  • 2021-06-05
  • 2021-12-19
  • 2021-12-19
猜你喜欢
  • 2022-01-14
  • 2021-09-16
  • 2021-07-09
  • 2021-08-11
  • 2022-02-09
  • 2021-06-15
  • 2021-09-11
相关资源
相似解决方案