bugbyte/deployer-bundle
Composer 安装命令:
composer require bugbyte/deployer-bundle
包简介
Symfony 2.1.x wrapper for the bugbyte/deployer package.
README 文档
README
Wraps bugbyte/deployer in a symfony 2.1.x bundle.
INSTALLATION
The easiest way is to use Composer:
{
"require": {
"bugbyte/deployer-bundle": "1.0.*"
}
}
USAGE
Enable the bundle in the AppKernel
$bundles = array( ... new Bugbyte\DeployerBundle\BugbyteDeployerBundle(), );
copy the config.yml from the bundle into your project's config.yml and configure it to suit your needs.
Then, you can deploy your project:
php app/console bb:deploy deploy prod
For some inline help, use:
php app/console bb:deploy
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-11-03