內容簡介
該外掛可以自動化將你的 WordPress 安裝從測試/開發/源域名轉移到正式/目的地域名。此外,它還可以忽略某些不需要上傳的文件/目錄(例如/cache、/.git、/.svn、/.gitignore等等)。
以下是自動化部署期間的完成列表:
如果支持,壓縮上傳整個 WordPress 安裝
檢查文件權限
上傳壓縮文件或每個個別文件
上傳的壓縮文件將會在服務器端進行提取
為了最大化速度,异步上传最多 10 个文件
使用忽略列表來選擇忽略上传或者忽略某些文件或文件夾 – 例如 cache 文件夾或者存儲庫文件夾
轉移/導出整個數據庫並上傳到正式服務器
自動切換舊 URL 為新 URL
自動更新 wp-config.php 設置
刷新 WordPress 的重寫規則
如果您對自動傳輸感到不安,想要手動完成,只需下載具有更新 URL 的 MySQL 備份。
免責聲明:請在正式服務器上備份任何文件或 mysql 數據表。雖然 Live Server Deploy 致力於提供無縫部署體驗,但我們無法保證不會出現任何意外事件,可能會損壞您的內容。自行承擔風險。
外掛標籤
開發者團隊
原文外掛簡介
Automates the entire process for migrating your wordpress install from a test/development/source to the live/destination domain. Also allows the ignoring of certain files/directories not needed to upload (e.g /cache, /.git, /.svn /.gitignore etc etc).
Here’s a list of what is accomplished during an automated deployment:
If supported, archives the entire wordpress installation for compressed upload
Checks the file permissions
Uploads either the archive or each individual file
An uploaded archive is then extracted server side
Uploading each individual file is maximized by upload speed by asynchronously uploading up to 10 files
You can choose to ignore a list of folders or files for the upload – example cache folder or repository folders
Dumps/Exports your entire database and uploads it to the live server
Automatically switches old URL with the new URL
Automatically updates the wp-config.php accordingly
Flushes wordpress rewrite rules
If you are scared about the automated transfer and wish to do it manually, then just download the MySQL dump with the updated URL.
Disclaimer: Please backup any files or mysql tables on the live server. Although Live Server Deploy aims to provide a seamless deploy, we cannot guarantee that nothing unexpected can happen that might damage your content. Use at own risk.
