mootensai/supervisor-manager

Supervisor manager module for Yii2

Installs: 334

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 13

Type:yii2-extension

1.0.2 2019-12-06 12:17 UTC

This package is not auto-updated.

Last update: 2024-04-13 03:45:38 UTC


README

Build Status Total Downloads Latest Stable Version License

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
    ]
  ]
]
...

##Example of process list