2017 © Pedro Peláez
 

library deploy

SamsonPHP deployment system

image

samsonphp/deploy

SamsonPHP deployment system

  • Friday, February 5, 2016
  • by samsonphp
  • Repository
  • 2 Watchers
  • 1 Stars
  • 3,761 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 4 Forks
  • 3 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SamsonPHP deployment system

Latest Stable Version Build Status Code Coverage Scrutinizer Code Quality Total Downloads Stories in Ready, (*1)

SamsonPHP service for automatic project deployment to specific configured environment, (*2)

Configuration

This is done using SamsonPHP configuration system, (*3)

All available configuration fields are: ```php class DeployConfig extends \samson\core\Config { /** @var array Collection of path names to be ignored from deployment */ public $ignorePath = array('cms');, (*4)

/** Path to site document root on local server */
public $sourceroot = '';

/** FTP host */
public $host    = '';

/** Path to site document root on remote server */
public $wwwroot = '';

/** FTP username */
public $username= '';

/** FTP password */
public $password= '';

}, (*5)

The Versions

05/02 2016

dev-master

9999999-dev http://samsonos.com/

SamsonPHP deployment system

  Sources   Download

Open Software License (OSL) v 3.0

The Requires

 

The Development Requires

by Vitaly Iegorov

deployment automation samsonphp

04/02 2015

1.0.0

1.0.0.0 http://samsonos.com/

SamsonPHP deployment system

  Sources   Download

Open Software License (OSL) v 3.0

The Requires

 

The Development Requires

by Vitaly Iegorov

deployment automation samsonphp