Title: WP Deploy Flow
Author: Tyler Shuster
Published: <strong>2017年5月15日</strong>
Last modified: 2017年5月15日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/wp-deploy-flow.svg)

# WP Deploy Flow

 作者: [Tyler Shuster](https://profiles.wordpress.org/tylershuster/)

[ダウンロード](https://downloads.wordpress.org/plugin/wp-deploy-flow.zip)

 * [詳細](https://ja.wordpress.org/plugins/wp-deploy-flow/#description)
 * [レビュー](https://ja.wordpress.org/plugins/wp-deploy-flow/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/wp-deploy-flow/#installation)
 * [開発](https://ja.wordpress.org/plugins/wp-deploy-flow/#developers)

 [サポート](https://wordpress.org/support/plugin/wp-deploy-flow/)

## 説明

This is a plugin to manage deployment of WordPress sites to one or multiple servers,
whether development, staging or production. Add, remove, push to, or pull from environments
under Tools -> Deploy.

Requires:
 rsync If using ssh and not the command line, must use key-based authentication

Add the following constants to your wp-config.php or add them via the admin interface.

(ENV can be any name of your choosing for your remote environment)

    ```
    DEPLOY_[ENV]_DB_HOST
    DEPLOY_[ENV]_DB_USER
    DEPLOY_[ENV]_DB_NAME
    DEPLOY_[ENV]_DB_PORT
    DEPLOY_[ENV]_DB_PASSWORD
    ```

* Database dsn for the environment
 * _Mandatory_: Yes except for port (default 
3306)

    ```
    DEPLOY_[ENV]_SSH_DB_HOST
    DEPLOY_[ENV]_SSH_DB_USER
    DEPLOY_[ENV]_SSH_DB_PATH
    DEPLOY_[ENV]_SSH_DB_PORT
    ```

* If you need to connect to the destination database through SSH (you probably do)
*
_Mandatory_: No, port defaults to 22

    ```
    DEPLOY_[ENV]_SSH_HOST
    DEPLOY_[ENV]_SSH_USER
    DEPLOY_[ENV]_SSH_PORT
    ```

* SSH host to sync with Rsync
 * _Mandatory_: No, port defaults to 22

    ```
    DEPLOY_[ENV]_PATH
    ```

* Server path for the environment (used to reconfigure the WordPress database)
 *
_Mandatory_: Yes

    ```
    DEPLOY_[ENV]_URL
    ```

* Url of the WordPress install for this environment (used to reconfigure the WordPress
database)
 * _Mandatory_: Yes

    ```
    DEPLOY_[ENV]_EXCLUDES
    ```

* Add files to exclude from rsync. List must be separated buy semicolons.
 * _Mandatory_:
No

## インストール

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## FAQ

  Installation Instructions

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

WP Deploy Flow はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献
しています。

貢献者

 *   [ Tyler Shuster ](https://profiles.wordpress.org/tylershuster/)

[“WP Deploy Flow” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/wp-deploy-flow)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/wp-deploy-flow/)するか、
[SVN リポジトリ](https://plugins.svn.wordpress.org/wp-deploy-flow/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/wp-deploy-flow/)を [RSS](https://plugins.trac.wordpress.org/log/wp-deploy-flow/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## メタ

 *  バージョン **0.1**
 *  最終更新日 **9年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 4.6またはそれ以降 **
 *  検証済み最新バージョン: **4.7.35**
 *  言語
 * [English (US)](https://wordpress.org/plugins/wp-deploy-flow/)
 * タグ
 * [cli](https://ja.wordpress.org/plugins/tags/cli/)[deployment](https://ja.wordpress.org/plugins/tags/deployment/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/wp-deploy-flow/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/wp-deploy-flow/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/wp-deploy-flow/reviews/)

## 貢献者

 *   [ Tyler Shuster ](https://profiles.wordpress.org/tylershuster/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/wp-deploy-flow/)