Download the PHP package oliver-hader/typo3-deployer without Composer
On this page you can find all versions of the php package oliver-hader/typo3-deployer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oliver-hader/typo3-deployer
More information about oliver-hader/typo3-deployer
Files in oliver-hader/typo3-deployer
Download oliver-hader/typo3-deployer
More information about oliver-hader/typo3-deployer
Files in oliver-hader/typo3-deployer
Vendor oliver-hader
Package typo3-deployer
Short Description Deployer toolkit for deploying TYPO3 to remote server
License GPL-2.0-or-later
Package typo3-deployer
Short Description Deployer toolkit for deploying TYPO3 to remote server
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package typo3-deployer
TYPO3 Deployer Toolkit
EXPERIMENTAL This toolkit is still experimental - create backups of remote host before using it!
Currently only deployment from local DDEV to remote SSH server is supported
Usage
- copy
deploy.dist.php
to project root directory asdeploy.php
- copy
.host.dist.yml
to project root directory as.host.yml
- ensure
.host.yml
is NOT added to public Git repository (add to.gitignore
file) - adjust
.host.yml
inventory file (see https://deployer.org/docs/hosts.html#inventory-file)- special
typo3
property allow to define TYPO3 specific settings typo3/settings
is merged with$TYPO3_CONF_VARS
typo3/databaseChanges
allows to modify remote database records (e.g. change admin password)- string prefix
::password-hash::
will lead to apply password hash to value (hardcoded to Argon2i currently) - string prefix
::random-value::
will lead to 64 random bytes being applied as hex characters
- special
Deploy
Example execution (assumed that production
stage is configured in .host.yml
)
All versions of typo3-deployer with dependencies
PHP Build Version
Package Version
Requires
deployer/deployer Version
^6.6
The package oliver-hader/typo3-deployer contains the following files
Loading the files please wait ....