d3/oxid-deployer-project
最新稳定版本:1.0.0.1
Composer 安装命令:
composer create-project d3/oxid-deployer-project
包简介
Deployer project for OXID eShop
README 文档
README
This project uses Deployer for scripted installation.
The project can usually also be used for projects based on OXID 6.4 and 6.5.
Server setup
Install Composer.
Run the command composer create-project --no-dev d3/oxid-deployer-project deployer ^1.0
After that, add an alias for the deployer command: alias dep='/usr/local/php8.2/bin/php /home/XXX/deployer/vendor/bin/dep' and reload the changed configuration.
Rename inventory.yml.dist to inventory.yml and change project settings in it.
Make sure, that Deployer has at least read access to the customers repository.
Commit changed files in the customers repository.
Update Deployer
cd deployercomposer update- apply changes in the
inventory.yml - commit changes
Project
Deployment
cd deployerdep deploy [stage]
Rollback
... in case of errors after successful deployment
This command set current directory to previous deployment:
dep rollback [stage]
Other available tasks
Run dep list to show all available tasks.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-30