diff --git a/README.md b/README.md index 77ae95636ca6b5e1f499bca08d48d3366eaa7c7e..07eab9260e065d7e173ad92464d4804bd82fd7a8 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,35 @@ -WetKit Deployment -================= -Functionality to help show how one can leverage the deploy module +WxT Deployment +============== +Functionality to facilitate a content staging workflow for [Drupal WxT][drupalwxt]. Key features -* Sample Deployment Plan -* Sample Deployment EndPoint -* CTools Plugin +------------ + +* [CTools][ctools] Deployment related plugins +* Default [Environment Indicator][environment_indicator] settings +* Sample Deployment Plans and Deployment EndPoints for interaction with [Deploy][deploy] +* Support for both Batch and individual deployments across all entities +* [Workbench Moderation][workbench_moderation] support for Deployment Important +--------- + * This module isn't enabled by default * Client: Please run the following drush make in profiles/wetkit directory: - drush make --no-core modules/custom/wetkit_deployment/wetkit_deployment.make + ```sh + drush make --no-core modules/custom/wetkit_deployment/wetkit_deployment.make + ``` * Server: Please run the following drush make in profiles/wetkit directory: - drush make --no-core modules/custom/wetkit_deployment/wetkit_deployment_service/wetkit_deployment_service.make + ```sh + drush make --no-core modules/custom/wetkit_deployment/wetkit_deployment_service/wetkit_deployment_service.make + ``` * Enable! + + + + +[ctools]: http://drupal.org/project/ctools +[deploy]: http://drupal.org/project/wetkit +[drupalwxt]: http://drupal.org/project/wetkit +[environment_indicator]: http://drupal.org/project/environment_indicator +[workbench_moderation]: http://drupal.org/project/workbench_moderation