Linux 软件免费装
Banner图

PushPull

开发者 jeromesteunenberg
更新时间 2026年5月13日 21:47
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPLv2
版权网址: 版权信息

标签

github git devops content sync generateblocks

下载

0.0.5 0.0.21 0.0.22 0.0.23 0.0.24 0.0.25 0.0.26 0.0.27 0.0.6 0.0.3 0.0.4 0.0.7 0.0.10 0.0.11 0.0.12 0.0.13 0.0.15 0.0.16 0.0.17 0.0.9 0.0.18 0.0.8 0.0.19 0.0.14 0.0.20

详情介绍:

PushPull stores selected WordPress content in a Git repository using a canonical JSON representation instead of raw database dumps. This project is also documented through a DevOps-focused article series that explains how to efficiently manage a WordPress stack with Bedrock and PushPull, starting here: https://creativemoods.pt/devops-with-wordpress/

安装:

Uploading in WordPress Dashboard
  1. Download the plugin ZIP.
  2. In WordPress, go to Plugins > Add New Plugin.
  3. Click Upload Plugin.
  4. Select the ZIP file.
  5. Install and activate the plugin.
Installing from source
  1. Clone this repository into wp-content/plugins/pushpull.
  2. Run composer install.
  3. Activate PushPull in WordPress.
Install via Composer / Packagist In a Composer-managed WordPress project such as Bedrock:
  1. Require the plugin: composer require creativemoods/pushpull
  2. Make sure the root project allows composer/installers and installs type: wordpress-plugin packages into your plugins directory
  3. Activate PushPull in WordPress.

更新日志:

See the full release history in CHANGELOG.md.