- WordPress Complete(Sixth Edition)
- Karol Król
- 184字
- 2021-07-02 18:30:10
Downloading WordPress
Once you have checked your environment, you need to download WordPress from https://wordpress.org/download/. There's a big blue download button there. Hard to miss. What you get once you click it is a .zip archive of the most recent version of the WordPress software. Extracting that archive onto your desktop will give you a folder called wordpress. In itself, that folder isn't very useful as a standalone thing. In order to make it work, you need to get it somehow onto your web server. This, we'll cover in the next sub-sections in this chapter.
We're going to focus mainly on the remote installation of WordPress here, as in, getting it installed somewhere else other than on your own computer. However, if you plan to develop themes or plugins, it is recommended that you install WordPress locally as well, on a local server. Testing and deploying themes and plugins directly to the remote server will be much more time-consuming than working locally. If you look at the screenshots depicting WordPress installation throughout the book, you'll notice that all these are examples of working locally.
推薦閱讀
- C語言程序設計習題解析與上機指導(第4版)
- 數據庫系統原理及MySQL應用教程
- 零基礎學Java(第4版)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Learning Python by Building Games
- Spring+Spring MVC+MyBatis整合開發實戰
- Julia高性能科學計算(第2版)
- 區塊鏈技術與應用
- 一本書講透Java線程:原理與實踐
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Extending Docker
- 邊做邊學深度強化學習:PyTorch程序設計實踐
- OpenCV:Computer Vision Projects with Python
- Java Web開發系統項目教程
- Activiti權威指南