- 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.
推薦閱讀
- HTML5+CSS3王者歸來
- Advanced Machine Learning with Python
- 正則表達式經典實例(第2版)
- Cocos2d-x Game Development Blueprints
- Unity Character Animation with Mecanim
- 并行編程方法與優化實踐
- Angular Design Patterns
- Python程序設計教程
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- Joomla!Search Engine Optimization
- Java核心技術速學版(第3版)
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)
- 語義Web編程
- Instant SQL Server Analysis Services 2012 Cube Security
- Implementing NetScaler VPX?(Second Edition)