xima/xima-deployer-tools

The XIMA Deployer Tools combine multiple deployer recipes for an improved deployment process and workflow.

v1.0.2 2024-04-22 09:44 UTC

README

The XIMA Deployer Tools combine multiple deployer recipes for an improved deployment process and workflow.

The focus relies on reusable concluded tasks and the possibility to combine multiple deployment workflows, e.g. Symfony and Feature Branch Deployment.

  • predefined deployment workflows for TYPO3, Symfony and Drupal applications
  • compact feature branch deployment
  • useful standalone tasks for extending existing workflows

Installation

Install the XIMA Deployer Tools via composer:

composer require xima/xima-deployer-tools

Now you can adjust the deploy.php with the following features:

Feature Branch Deployment

The feature branch deployment describes the deployment and initialization process of multiple application instances on the same host.

Read the documentation for detailed installation instructions and further explanations.

Symfony

The symfony deployment covers the deployment process for symfony applications.

Read the documentation for detailed installation instructions and further explanations.

TYPO3

The TYPO3 deployment covers the deployment process for TYPO3 CMS applications.

Read the documentation for detailed installation instructions and further explanations.

Drupal

The Drupal deployment covers the deployment process for Drupal CMS applications.

Read the documentation for detailed installation instructions and further explanations.

Standalone Tasks