deployer/README.md

54 lines
3.1 KiB
Markdown
Raw Normal View History

2017-03-26 14:17:01 +07:00
# Deployer
2016-11-11 21:04:26 +07:00
2016-11-11 21:16:51 +07:00
<a href="https://travis-ci.org/deployphp/deployer"><img src="https://travis-ci.org/deployphp/deployer.svg?branch=master" alt="Build Status"></a>
<a href="https://scrutinizer-ci.com/g/deployphp/deployer/"><img src="http://img.shields.io/scrutinizer/g/deployphp/deployer.svg?style=flat" alt="Code Quality"></a>
2017-03-26 14:17:01 +07:00
<a href="https://scrutinizer-ci.com/g/deployphp/deployer/code-structure/master/code-coverage"><img src="https://img.shields.io/scrutinizer/coverage/g/deployphp/deployer/master.svg?style=flat" alt="Code Quality"></a>
2016-11-11 21:16:51 +07:00
<a href="https://packagist.org/packages/deployer/deployer"><img src="https://img.shields.io/packagist/dt/deployer/deployer.svg" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/deployer/deployer"><img src="http://img.shields.io/packagist/v/deployer/deployer.svg?style=flat" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/deployer/deployer"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License"></a>
2017-03-26 14:17:01 +07:00
A deployment tool written in PHP with support for popular frameworks out of the box
2013-07-13 14:33:11 +04:00
2017-03-26 15:43:06 +07:00
<a href="https://deployer.org"><img src="https://cloud.githubusercontent.com/assets/141232/24329775/889a9f12-123a-11e7-9c42-e6538bb88d1a.png" alt=""></a>
2016-10-25 15:30:04 +07:00
See [deployer.org](https://deployer.org) for more information and documentation.
2014-07-05 14:14:58 +04:00
2017-03-26 14:17:01 +07:00
## Features
2014-07-12 16:50:13 +04:00
2017-03-26 14:17:01 +07:00
* **Simple** setup process and a minimal learning curve
* Ready to use recipes for **most frameworks**
* **Parallel** execution without extensions
* Something went wrong? **Rollback** to the previous release
* **Agentless**, it's just SSH
* **Zero downtime** deployments
2014-07-05 13:51:56 +04:00
2017-02-05 15:31:09 +07:00
## Who is using Deployer?
* [Aviasales](https://www.aviasales.ru)
2017-02-23 23:50:50 +07:00
* [Playa](https://playa.hk/en)
2017-03-19 15:30:27 +07:00
* [INNN Project's](http://innn.es)
* [Goratsch Webdesign](https://www.goratschwebdesign.de)
2017-02-05 15:31:09 +07:00
2017-02-05 15:31:48 +07:00
If you are also using it, please let us know ([Edit this file](https://github.com/deployphp/deployer/edit/master/README.md))
2017-02-05 15:31:09 +07:00
2017-03-26 14:49:28 +07:00
## Contributing
Read the [contributing](https://github.com/deployphp/deployer/blob/master/CONTRIBUTING.md) guide, join the [discussions](https://deployer.org/discuss), take a look on open [issues](https://github.com/deployphp/deployer/issues)
[![good+for+beginner](https://img.shields.io/badge/feature-good%20for%20beginner-1d76db.svg)](https://github.com/deployphp/deployer/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+for+beginner%22)
[![advanced+level](https://img.shields.io/badge/feature-advanced%20level-5319e7.svg)](https://github.com/deployphp/deployer/issues?q=is%3Aissue+is%3Aopen+label%3A%22advanced+level%22)
2016-11-11 21:04:26 +07:00
## Maintainers
2017-03-19 12:39:26 +07:00
* Anton Medvedev [@antonmedv](https://github.com/antonmedv)
2016-03-20 00:02:04 +07:00
See also the list of [contributors](https://github.com/deployphp/deployer/graphs/contributors) who participated in this project.
2015-09-17 12:56:22 +07:00
2016-11-11 21:04:26 +07:00
## Support
2017-03-26 14:17:01 +07:00
2016-10-25 15:23:35 +07:00
Deployer is an open source project. If you want to support the development of Deployer visit our [patreon page](https://www.patreon.com/deployer).
2017-03-26 14:17:01 +07:00
[![Becoming a patron](https://img.shields.io/badge/become-patron-brightgreen.svg)](https://www.patreon.com/deployer)
2016-11-11 21:04:26 +07:00
## License
2017-03-26 16:32:53 +07:00
Licensed under the [MIT license](https://github.com/deployphp/deployer/blob/master/LICENSE).