jonpugh/director
Composer 安装命令:
composer require jonpugh/director
包简介
DevOps Command & Control
README 文档
README
Director is a console tool for orchestrating your server & your software.
Coupled with Ansible, Director makes it easy to track and manage large numbers of servers.
More coming soon.
Current Commands
-
status
Outputs the current servers and apps in the registry.
-
server:add
Adds a server to the registry.
-
app:add
Adds an app to the registry.
-
app:update
Update the apps information.
-
app:init
Clones the app's source code to the desired path.
Next Steps
-
role:add
Adds a role to the registry. Adds the role to .playbook.yml
-
server:assign
Assigns a role to a server. Adds the server to .inventory
-
server:unassign
Unassigns a role to a server. Removes the server from .inventory
-
director:direct
Runs ansible-playbook using current .playbook.yml and .inventory. Updates all of the servers.
Notes
Vars files may be included for a server during it's direct run:
Add "vars_files" to the config/servers.yml file
======= Installation
- Install PHP CLI.
- Install Composer: https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx
curl -sS https://getcomposer.org/installer | php
-
Manually install Director: For now we recommend installing it manually as we polish it up for release into packagist:
-
Git clone to your favorite local projects folder:
cd ~/Projects git clone git@github.com:jonpugh/director.git -
Go into director folder and run
composer intall. -
Either:
a. Add a symlink from ~/Projects/director/director to /usr/local/bin or /usr/bin.
b. Add it to your PATH variable
We are still working on getting director to work out of the box.
These environment variables are needed after you clone this repo and run composer install:
PATH=$PATH:/vagrant/director/vendor/bin:/vagrant/director
export PYTHONPATH=/vagrant/director/vendor/jonpugh/ansible/lib: export ANSIBLE_LIBRARY=/vagrant/director/vendor/jonpugh/ansible/library export MANPATH=/vagrant/director/vendor/jonpugh/ansible/docs/man: export ANSIBLE_HOSTS=/vagrant/director/inventory
jonpugh/director 适用场景与选型建议
jonpugh/director 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4 次下载、GitHub Stars 达 2, 最近一次更新时间为 2015 年 05 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 jonpugh/director 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jonpugh/director 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 31
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-05-19