cyberhouse/magallanes
Composer 安装命令:
composer require cyberhouse/magallanes
包简介
A Deployment Tool for PHP Applications
关键字:
README 文档
README
This repository is a fork of andres-montanez/Magallanes due to project inactivity.
Project Status
| Branch | Build Status | Code Coverage |
|---|---|---|
| master | ||
| 2.0 |
What's Magallanes?
Magallanes is a deployment tool for PHP applications; it's quite simple to use and manage. It will get your application to a safe harbor.
So, What can it do?
You can instruct Magallanes to deploy your code to all the servers you want (via rsync over ssh), and run tasks for that freshly deployed code.
How can I install it via composer?
Simply add the following dependency to your project’s composer.json file:
"require-dev": { // ... "andres-montanez/magallanes": "~1.0.*" // ... }
Now tell we update the vendors:
$ php composer update andres-montanez/magallanes
And finally we can use Magallanes from the vendor's bin:
$ bin/mage version
System-wide installation with composer
$ composer global require "andres-montanez/magallanes=~1.0.*"
Make sure you have ~/.composer/vendor/bin/ in your path.
You can now use Magallanes by using the mage command.
Can you give me some examples/ideas?
Sure! Suppose you have a checkout of your app and you have to deploy it to four servers; and after each deploy you have to run some boring tasks, like fixing file permissions, creating symlinks, etc. You can define all this on Magallanes and with just one command you can do all this at once!
Like this:
$ mage deploy to:production
What's this sorcery?!
Easy boy. It's not sorcery, just some technomagick!
In Magallanes you define environments like testing, staging, or production like on the example above. Then, on that environment, you can configure a setup specifying to which hosts you want to deploy and what tasks to run (after, on, and before deploying). And you are done!
This is awesome! Where can I learn more?
You can read the whole source code (naaah!); or checkout the documentation at: http://magephp.com
Enjoy your magic trip with Magallanes to the land of the easily deployable apps!!
"develop" branch
Please, all pull request now must be on the develop branch. Thanks!
cyberhouse/magallanes 适用场景与选型建议
cyberhouse/magallanes 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4.85k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2016 年 03 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「deployment」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 cyberhouse/magallanes 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cyberhouse/magallanes 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 cyberhouse/magallanes 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Automated deployment template for Laravel Envoy based on Capistrano.
Morpht Development Tools
blueways deployer recipes
A Highly Opinionated Symfony3/4 Deployer Recipe
A Deployment/Change Log Schedule and Notes system for SilverStripe sites
Deployment command
统计信息
- 总下载量: 4.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-02