Skip to content

AlexyAV/supervisor-manager

 
 

Repository files navigation

Supervisor Manager

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.4%
  • JavaScript 3.6%