Wraps bugbyte/deployer in a symfony 2.1.x bundle., (*1)
INSTALLATION, (*2)
The easiest way is to use Composer:, (*3)
{
"require": {
"bugbyte/deployer-bundle": "1.0.*"
}
}
USAGE, (*4)
Enable the bundle in the AppKernel, (*5)
php
$bundles = array(
...
new Bugbyte\DeployerBundle\BugbyteDeployerBundle(),
);
, (*6)
copy the config.yml from the bundle into your project's config.yml and configure it to suit your needs., (*7)
Then, you can deploy your project:, (*8)
php app/console bb:deploy deploy prod
For some inline help, use:, (*9)
php app/console bb:deploy