Deployer - 一个用PHP编写的部署工具,内置支持各种流行的框架

网友投稿 963 2022-11-05

Deployer - 一个用PHP编写的部署工具,内置支持各种流行的框架

Deployer - 一个用PHP编写的部署工具,内置支持各种流行的框架

Introduction

Deployer is a deployment tool written in PHP.

See deployer.org for more information and documentation.

Requirements

PHP 5.5.0 and up.

That's all!

You can enable sockets to speedup deployment process with parallel deployment.

Installation

To install Deployer download deployer.phar archive and move deployer.phar to your bin directory and make it executable.

$ curl -LO https://deployer.org/deployer.phar$ mv deployer.phar /usr/local/bin/dep$ chmod +x /usr/local/bin/dep

To upgrade Deployer run command:

$ dep self-update

Or via composer:

$ composer require deployer/deployer

Documentation

Documentation source can be found in deployphp/docs repository.

Building

To build deployer.phar run ./build command.

Community

Discuss Deployer here deployer.org/discuss.

Roadmap

Better documentation.Better DX with intelligible errors.Better parallel task runner based on https://github.com/icicleio/icicleTask grouping for parallel execution.Task combining for less ssh calls. Implement dep status command with health-check of running application and deployment log. More deploy strategies.More integration with third-party services.Web-based client.

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.

Fork the project, create a feature branch, and send a pull request.

To ensure a consistent code base, you should make sure the code follows the PSR-2.

If you would like to help take a look at the list of issues.

Maintainers

Anton Medvedev @elfetOanh Nguyen @oanhnn

See also the list of contributors who participated in this project.

Supporting Deployer

Deployer is an open source project. If you want to support the development of Deployer visit our patreon page.

License

Licensed under the MIT license: http://opensource.org/licenses/mit-license.php

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:xy-ui是一套使用原生Web Components规范开发的跨框架UI组件库
下一篇:JVM堆外内存源码完全解读分析
相关文章

 发表评论

暂时没有评论,来抢沙发吧~