Home Website Building Knowledge Standard Post

Standard Post

#Website Building# LNMP installation WordPress graphic and video tutorial

The previous post shared a tutorial on adding virtual hosts using the LNMP one-click package with text and video. Now we will use LNMP to build a WordPress website. LNMP Installation WordPress Tutorial First, connect to the VPS via SSH, then use the cd command to navigate to your website root directory. cd /home/wwwroot…

Updated on December 15, 2019 About 2 minutes read
#建站#LNMP安装WordPress图文视频教程

The previous article shared#Website Building# LNMP One-Click Package Adding Virtual Host Graphic and Video Tutorial, now let's start building a WordPress website using LNMP.

LNMP Install WordPress Illustrated Tutorial

First,Connect to VPS using SSH, then use the cd command to switch to your website's root directory.

cd到网站根目录

cd /home/wwwroot/demo.naibabiji.com

Replace the following URL with the domain directory you created when adding the virtual host.

Use the wget command to download the WordPress installation package.

wget命令下载安装包

wget https://wordpress.org/latest.zip

Then extract this zip archive file

unzip解压压缩包

unzip latest.zip

Then switch to the extracted wordpress folder, move all files to the parent directory (i.e., the website root directory), switch back to the website root directory, and configure permissions. The commands are as follows:

ssh命令

cd wordpress/
mv * ..
cd ..
chmod -R 755 *
chown -R www:www *

Then open your browser, and you will see the WordPress installation interface.

LNMP WordPress Installation Video Tutorial

https://www.iqiyi.com/v_19rsmtiznk.html

If you still have questions, you can add Naiba's WeChat for consultation.

Rate this article post
Previous #Website Building# LNMP One-Click Package Adding Virtual Host Graphic and Video Tutorial Continue reading content around the same timeline. Next WordPress Multisite Setup Tutorial with Screenshots (Including Pseudo-static Rules) View the next related tutorial or experience.

AI Website Building Assistant

🤖
Hello! I am the Naibabiji AI Assistant. How can I help you?
Quick Consultation: