oliver-hader/typo3-deployer
Composer 安装命令:
composer require oliver-hader/typo3-deployer
包简介
Deployer toolkit for deploying TYPO3 to remote server
README 文档
README
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
composer req --dev oliver-hader/typo3-deployer
Usage
- copy
deploy.dist.phpto project root directory asdeploy.php - copy
.host.dist.ymlto project root directory as.host.yml - ensure
.host.ymlis NOT added to public Git repository (add to.gitignorefile) - adjust
.host.ymlinventory file (see https://deployer.org/docs/hosts.html#inventory-file)- special
typo3property allow to define TYPO3 specific settings typo3/settingsis merged with$TYPO3_CONF_VARStypo3/databaseChangesallows 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)
vendor/bin/dep deploy production
统计信息
- 总下载量: 158
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-12-12