用yum安裝unzip,用來解包wordpress
[root@localhost ~]# yum -y install unzip
[root@localhost ~]# cd /usr/local/src
上傳wordpress軟體包
解包
== [root@localhost src]# unzip -n wordpress-5.3.2.zip -d /data/server/==
切換目錄
[root@localhost src]# cd /data/server/wordpress/
[root@localhost wordpress]# ls
[root@localhost wordpress]# cd …
[root@localhost server]# ls
移動wordpress到/data/server/nginx/html目錄下
== [root@localhost server]# mv wordpress/ /data/server/nginx/html/==
切換目錄
== [root@localhost server]# cd /data/server/nginx/html/wordpress/
[root@localhost wordpress]# ls==
== [root@localhost wordpress]# cp wp-config-sample.php wp-config.php ==
修改配置檔案
登入到 mysql 中,建立 worepress 資料庫
==編輯**如下:建立wordpress的資料庫mysql> create database wordpress;
給wordpress建立使用者並增加許可權mysql> grant all on wordpress.*to mysql@『localhost』 identified by 『123.com』;
重新整理許可權mysql> flush privileges;
mysql> exit flush privileges; ==
重置nginx
systemctl daemon-reload
關閉防火牆,主機瀏覽器訪問並註冊賬號
在lnmp的基礎上部署word press
使用rz先將事先準備好的wordpress上傳到centos7上 因為我裝的wordpress是5.3.2版本的,所以php必須要求5.6.20版本以上才能支援 安裝unzip,並將word press解壓到 data server下 yum y install unzip unzip wordpr...
LNMP在CentOS環境的部署
資源獲取及安裝 整個過程可能會持續十幾分鐘 wget co lnmp1.5.tar.gz tar zxf lnmp1.5.tar.gz cd lnmp1.5 install.sh lnmp 外掛程式安裝 addons.sh install redis addons.sh install memcac...
在Azure上部署squid的教程
首先關閉防火牆 setenforce 0設定最大檔案數 ulimit n 1048576設定最大檔案控制代碼數 echo soft nofile 1048576 etc security limits.conf echo hard nofile 1048576 etc security limits...