rebelinblue / deployer
PHP项目简单的部署管理。
0.0.47
2018-06-06 21:12 UTC
Requires
- php: >=5.6.4
- andywer/js-localization: dev-laravel-5
- backup-manager/laravel: ^1.1
- creativeorange/gravatar: ~1.0
- cweagans/composer-patches: ^1.6
- doctrine/dbal: ~2.5
- fideloper/proxy: ^3.1
- graham-campbell/binput: ~3.3
- guzzlehttp/guzzle: ^6.2
- htmlmin/htmlmin: ~4.5
- intervention/image: ^2.3
- laracademy/interactive-make: ^1.1
- laravel-notification-channels/hipchat: ~0.2
- laravel-notification-channels/twilio: ~1.0.2
- laravel-notification-channels/webhook: ~1.0.2
- laravel/framework: ^5.4
- laravel/tinker: 1.0.*
- lubusin/laravel-decomposer: ^1.0
- mccool/laravel-auto-presenter: ^5.0
- melihovv/laravel-log-viewer: ^1.2
- michele-angioni/multi-language: 0.3
- pda/pheanstalk: ~3.1
- pragmarx/google2fa: ^1.0.0
- predis/predis: ~1.0
- rebelinblue/laravel5-zxcvbn: dev-master
- tymon/jwt-auth: ~0.5
- version/version: ^2.2
Requires (Dev)
- andreas-weber/php-junit-merge: ^1.0
- barryvdh/laravel-ide-helper: ^2.1
- block8/php-docblock-checker: ^1.1
- filp/whoops: ^2.0
- friendsofphp/php-cs-fixer: ^2.0
- fzaninotto/faker: ~1.5
- itsgoingd/clockwork: ~2.0
- jakub-onderka/php-parallel-lint: ^0.9.2
- johnkary/phpunit-speedtrap: ^1.0
- laravel/dusk: ^1.0
- lstrojny/phpunit-clever-and-smart: 0.*
- mockery/mockery: ^0.9
- php-mock/php-mock-mockery: ^1.1
- phploc/phploc: ~3.0
- phpmd/phpmd: ~2.4
- phpunit/phpcov: 3.1.0
- phpunit/phpunit: ~5.7
- sebastian/phpcpd: ^3.0
- spatie/laravel-migrate-fresh: dev-php56
- squizlabs/php_codesniffer: ~2.5
- symfony/yaml: ^3.2
- themsaid/laravel-langman: ~1.3.4
- dev-master
- 0.0.47
- 0.0.46
- 0.0.45
- 0.0.44
- 0.0.43
- 0.0.42
- 0.0.41
- 0.0.40
- 0.0.39
- 0.0.38
- 0.0.37
- 0.0.36
- 0.0.35
- 0.0.34
- 0.0.33
- 0.0.32
- 0.0.31
- 0.0.30
- 0.0.29
- 0.0.28
- 0.0.27
- 0.0.26
- 0.0.25
- 0.0.24
- 0.0.23
- 0.0.22
- 0.0.21
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-backup
- dev-feature/password-strength
- dev-feature/environments
- dev-feature/revisionable
- dev-refactor/server-templates
- dev-feature/php-fpm
This package is auto-updated.
Last update: 2024-08-29 04:03:23 UTC
README
Deployer 是一个由 Laravel 5.5 驱动的 PHP 应用部署系统,由 Stephen Ball 编写和维护。
查看 Wiki 获取有关 系统要求、安装 和 升级 说明以及常见问题的答案。
它做什么
- 将应用程序部署到通过 SSH 访问的多台服务器
- 克隆您项目的 git 仓库
- 安装 composer 依赖
- 运行任意 bash 命令
- 优雅地处理这些步骤中的任何失败
- 保留多个以前的部署
- 监控 cron 作业是否运行
- 允许通过 webhook 触发部署
它不做什么
- 配置虚拟机
- 安装系统包
- 配置 Web 服务器、数据库或其他服务
- 运行测试套件或检查代码质量
许可协议
Deployer 根据 MIT 许可协议 (MIT) 许可。