這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP 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.

安裝方式

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Under the ‘Settings’ menu in WordPress will be a new menu called ‘Live Server Deploy’.

常見問題集

Will WP Live Server mess with my files?

Although we cannot guarantee that nothing unexpected can happen that might damage the content being transfered to the Live Server, WP Live Server Deploy DOES NOT touch your original files. It is good practice however to backup the live server incase something unusual happens on the live server. (Includes failed FTP uploads or unable to connect to the Database to perform the import)

I don’t trust WP Live Server to do everything for me, but I like that it injects the new URL into the MySQL Dump, can’t I just get the dump?

Yes, you can! In the “Live Server Deploy” page in the admin section, visit the Manual Export section and download the MySQL dump.

My FTP Root isn’t in a subfolder like “/public_html”, what now?

Then you must save the ftp root as “/”

Live Server Deploy can’t find the remote capabilities?

Chances are the ftp root isn’t set properly. See My FTP Root isn't in a subfolder like "/public_html", what now?

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP Live Server Deploy〉的開發相關工作。

參與者

將〈WP Live Server Deploy〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

  • Bug Fixes

1.0

  • Release