CentOS7 3安裝部署wordpress

2021-09-20 11:18:27 字數 2430 閱讀 2082

centos7.3安裝部署wordpress
wordpress簡介

wordpress是使用php語言開發的部落格平台,使用者可以在支援php和mysql資料庫的伺服器上架設屬於自己的**。也可以把 wordpress當作乙個內容管理系統(cms)來使用。

[root@luchao ~]# yum install -y wget

[root@luchao /]# wget

[root@luchao /]# wget

二、 安裝lamp+vsftp

三、 安裝mysql

[root@luchao /]# rpm -ivh mysql-community-release-el7-5.noarch.rpm
[root@luchao /]# yum install mysql-server

四、 設定開機啟動、關閉firewalld和selinux

五、 配置lamp和vsftp

1、 建立mysql設定root賬戶密碼

[root@luchao /]# systemctl start mysql

[root@luchao /]# mysql_secure_installation

2、 建立wordpress庫

3、 配置httpd

4、 配置vsftp

[root@luchao /]# vim /etc/vsftpd/vsftpd.conf

[root@luchao /]# useradd wpftp -s /sbin/nologin

[root@luchao /]# passwd wpftp

5、 解壓wordpress

[root@luchao /]# cp wordpress-4.8.1-zh_cn.zip /var/www/html/

[root@luchao /]# cd /var/www/html/

[root@luchao html]# yum install -y unzip

[root@luchao html]# unzip wordpress-4.8.1-zh_cn.zip

之後重啟 http mysql csftp 服務

六、 檢查環境和驗證安裝

CentOS 7 3 安裝 PYTHON 環境

centos 7.4 預設 帶了 個 python2.7 環境 然 現在主流都是 python3 所以接下來再裝 個 python3 打造 個共存的環境。tar zxvf python 3.8.6.tgz則可以在當前 錄得到 件夾 python 3.8.6直接執 如下命令即可 yum install...

CentOS 7 3安裝配置Powerline

一 powerline簡介及演示環境 powerline 是乙個極棒的 vim編輯器的狀態列外掛程式,主要用於顯示狀態行和提示資訊。特點 github docs 演示環境 系統 centos linux release 7.3.1611 core python 版本 系統自帶的 2.7.5 bash...

Zabbix安裝配置 CentOS7 3

1.最小安裝centos7 2.開啟網絡卡 sed i s onboot no onboot yes etc sysconfig network scripts ifcfg ens33 3.重啟網路服務 systemctl restart network 4.安裝vim yum y install ...