- WordPress Complete(Sixth Edition)
- Karol Król
- 197字
- 2021-07-02 18:30:09
Preparing the environment
A good first step is to make sure you have an environment setup that is ready for WordPress. This means you need to ensure that the server meets the minimum requirements and that your database is ready. For WordPress to work, your web host must provide you with a server that fulfills the following requirements:
- Support for PHP version 5 or greater (PHP 7 is recommended)
- Provision of a MySQL database (full access) of version 5.6 or greater (alternatively, MariaDB version 10.0 or greater)
Those are recommended parameters. WordPress will also work on slightly older setups, but opting for those may expose your website to security risks. The current absolute minimum requirements are PHP 5.2.4+ and MySQL 5.0+, but to quote the official information on WordPress.org: "[...] these versions have reached official End Of Life and as such may expose your site to security vulnerabilities."
Additionally, these minimum requirements tend to change occasionally. The most current requirements can always be found at https://wordpress.org/about/requirements/.
You can determine whether your host meets these two requirements by contacting the support team at your web host. If it does, you're ready to move on to the next step.
推薦閱讀
- Advanced Splunk
- Java Web開發學習手冊
- 一步一步學Spring Boot 2:微服務項目實戰
- Apache ZooKeeper Essentials
- Learning C# by Developing Games with Unity 2020
- 密碼學原理與Java實現
- 無代碼編程:用云表搭建企業數字化管理平臺
- Java Web及其框架技術
- MATLAB實用教程
- Oracle Exadata專家手冊
- Apache Camel Developer's Cookbook
- PHP 7從零基礎到項目實戰
- Red Hat Enterprise Linux Troubleshooting Guide
- PrimeFaces Blueprints
- Xcode 6 Essentials