2017 © Pedro Peláez
 

library deployer-cakephp2

Example project for deployment CakePHP v2 project by Deployer

image

rikkeisoft/deployer-cakephp2

Example project for deployment CakePHP v2 project by Deployer

  • Monday, August 10, 2015
  • by oanhnn
  • Repository
  • 8 Watchers
  • 1 Stars
  • 9 Installations
  • Smarty
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Introduction

A sample of CakePHP v2 project deployment using Deployer., (*1)

See http://deployer.org for more information and documentation about Deployer., (*2)

Here is another sample deployment., (*3)

Requirements

  • PHP 5.4.0 and up.

That's all!, (*4)

You can install ssh2 extension to speedup deployment process and enable sockets for parallel deployment., (*5)

Setting up SSH agent forwarding if needed., (*6)

Installation

Clone with git, (*7)

$ git clone git@github.com:rikkeisoft/deployer-cakephp2.git <target-directory>
$ cd <target-directory>
$ composer install

or using composer, (*8)

$ composer create-project rikkeisoft/deployer-cakephp2 <target-directory>

Usage

Customize stage/dev.php or make a copy and write your own stages., (*9)

First deployment:
Create deploy directory in deploying server(s) if not exists, then run following commands, (*10)

$ bin/dep deploy:configure <stage>
$ bin/dep deploy <stage>

Next deployments:, (*11)

$ bin/dep deploy <stage>

Using options -vvv for debug, (*12)

$ bin/dep deploy <stage> -vvv

Contributing

All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code., (*13)

Fork the project, create a feature branch, and send a pull request., (*14)

To ensure a consistent code base, you should make sure the code follows the PSR-1., (*15)

If you would like to help, take a look at the list of issues., (*16)

In case of security issues, please email to oanhnn@rikkeisoft.com, (*17)

License

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php, (*18)

The Versions

10/08 2015

dev-master

9999999-dev

Example project for deployment CakePHP v2 project by Deployer

  Sources   Download

MIT

The Requires

 

10/08 2015

v1.1.0

1.1.0.0

Example project for deployment CakePHP v2 project by Deployer

  Sources   Download

MIT

The Requires

 

11/04 2015

v1.0.0

1.0.0.0

Example project for deployment CakePHP v2 project by Deployer

  Sources   Download

MIT

The Requires