高级管理文档

安装前准备

💡 云策文档标注

概述

本文档概述了在安装 WordPress 前需要满足的服务器和本地环境要求,包括软件版本、工具和访问权限,以确保顺利安装。

关键要点

  • 服务器端要求:PHP 7.4 或更高版本、MySQL 5.7 或 MariaDB 10.3 或更高版本、HTTPS 支持。
  • 本地环境要求:通过 FTP 或 shell 访问服务器的登录账户、文本编辑器、FTP 工具和选择的网页浏览器。
  • 工具使用:需要掌握文本编辑器来编辑配置文件(如 wp-config.php),推荐使用 FileZilla 等 FTP 程序上传文件和设置权限。

注意事项

  • 对于新手,需了解主机(hosting provider)和服务器(server)的基本概念。
  • 详细要求可参考官方要求页面和服务器环境页面。
  • 编辑模板文件(Template Files)可通过 WordPress 管理界面,但强烈推荐使用文本编辑器。

📄 原文内容

Before installing WordPress, you need to check that your web hosting provider fulfills the necessary software and conditions. Also, you must have access to the server and some tools.

If these terms are new to you: your host (or hosting provider) is the company you pay to put your site online, and the server is the computer where WordPress runs.

Requirements on the server side

  • PHP 7.4 or greater
  • MySQL 5.7 or MariaDB 10.3 or greater
  • HTTPS support

For a list of detail requirements on your web host, refer the official requirement page and the Server Environment page.

Requirements on local

  • Login Account (user id and password) to the server via FTP or shell
  • Text Editor
  • FTP
  • Your web browser of choice

You will need to know how to use a text editor to edit the main configuration file. If you are a Windows user, Notepad will do. If you’re an OS X user you can use TextEdit. Later, you will likely want to edit your Template Files (see Templates for some references). You can do this through the WordPress Administration Screens, but using a good text editor is highly recommended. For more information on this, see Editing files.

You will need to be able to use an FTP program to upload files and set file permissions (optional). You could choose FileZilla for this task.

Now you are all set to go on to Installation.