2017 © Pedro Peláez
 

symfony-bundle deployer-bundle

Symfony 2.1.x wrapper for the bugbyte/deployer package.

image

bugbyte/deployer-bundle

Symfony 2.1.x wrapper for the bugbyte/deployer package.

  • Sunday, November 4, 2012
  • by bjdelange
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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

The Versions

04/11 2012

dev-master

9999999-dev

Symfony 2.1.x wrapper for the bugbyte/deployer package.

  Sources   Download

MIT

The Requires

 

by Bert-Jan de Lange