samsonphp/deploy
最新稳定版本:1.0.0
Composer 安装命令:
composer require samsonphp/deploy
包简介
SamsonPHP deployment system
README 文档
README
SamsonPHP service for automatic project deployment to specific configured environment
##Configuration
This is done using SamsonPHP configuration system
All available configuration fields are:
class DeployConfig extends \samson\core\Config { /** @var array Collection of path names to be ignored from deployment */ public $ignorePath = array('cms'); /** 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= ''; }
统计信息
- 总下载量: 3.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: Open
- 更新时间: 2015-01-22