Title: WP Deploy Flow
Author: Tyler Shuster
Published: <strong>15 mei 2017</strong>
Last modified: 15 mei 2017

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# WP Deploy Flow

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

[Download](https://downloads.wordpress.org/plugin/wp-deploy-flow.zip)

 * [Details](https://nl.wordpress.org/plugins/wp-deploy-flow/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/wp-deploy-flow/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/wp-deploy-flow/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/wp-deploy-flow/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/wp-deploy-flow/)

## Beschrijving

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

## Installatie

 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

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“WP Deploy Flow” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

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

[Vertaal “WP Deploy Flow” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/wp-deploy-flow)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/wp-deploy-flow/), haal
de [SVN repository](https://plugins.svn.wordpress.org/wp-deploy-flow/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/wp-deploy-flow/)
via [RSS](https://plugins.trac.wordpress.org/log/wp-deploy-flow/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versie **0.1**
 *  Laatst geüpdatet **9 jaar geleden**
 *  Actieve installaties **10+**
 *  WordPress versie ** 4.6 of nieuwer **
 *  Getest t/m **4.7.33**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/wp-deploy-flow/)
 * Tags
 * [cli](https://nl.wordpress.org/plugins/tags/cli/)[deployment](https://nl.wordpress.org/plugins/tags/deployment/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/wp-deploy-flow/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/wp-deploy-flow/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/wp-deploy-flow/)