mootensai/supervisor-manager
Composer 安装命令:
composer require mootensai/supervisor-manager
包简介
Supervisor manager module for Yii2
README 文档
README
Provides a graphical interface to the supervisor process manager. This package is written to work with the Yii2 framework. To use this package you should have already installed supervisor on your system.
After install of supervisor you should update supervisor.conf by adding new config path:
[include]
files = {project_path}/common/config/supervisor/*.conf
##Installation Simply add to your composer.json
"supervisor-manager/yii2-supervisor-manager": "dev-master",
And add new module to your application config:
...
'modules' => [
'supervisor' => [
'class' => 'supervisormanager\Module',
'authData' => [
'user' => 'supervisor_user',
'password' => 'supervisor_pass',
'url' => 'http://127.0.0.1:9001/RPC2' // Set by default
]
]
]
...
统计信息
- 总下载量: 335
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-14