integrated/deployment-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

integrated/deployment-bundle

最新稳定版本:1.2

Composer 安装命令:

composer require integrated/deployment-bundle

包简介

Integrated Deployment Bundle

README 文档

README

This bundle provides deploy tools

Requirements

  • See the require section in the composer.json

Features

  • Copy mongo and mysql databases
  • Deploy tools for updating Integrated content
  • Abstract migrations command with handy functions for updating Integrated content using Doctrine migrations

Documentation

Installation

This bundle can be installed following these steps:

Install using composer

$ php composer.phar require integrated/deployment-bundle:~0.5

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\DeploymentBundle\IntegratedDeploymentBundle()
        // ...
    );
}

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide.

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for Developers website.

统计信息

  • 总下载量: 7.41k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-15