2017 © Pedro Peláez
 

yii2-extension yii2-supervisor-manager

Supervisor manager module for Yii2

image

supervisor-manager/yii2-supervisor-manager

Supervisor manager module for Yii2

  • Tuesday, November 15, 2016
  • by avpretty
  • Repository
  • 1 Watchers
  • 8 Stars
  • 4,598 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 3 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

Supervisor Manager

Build Status Total Downloads Latest Stable Version License, (*1)

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., (*2)

After install of supervisor you should update supervisor.conf by adding new config path:, (*3)

[include]
files = {project_path}/common/config/supervisor/*.conf

Installation

Simply add to your composer.json, (*4)

"supervisor-manager/yii2-supervisor-manager": "dev-master",

And add new module to your application config:, (*5)

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

, (*6)

The Versions

15/11 2016

dev-master

9999999-dev

Supervisor manager module for Yii2

  Sources   Download

MIT

The Requires

 

The Development Requires

by AlexyAV

yii2 supervisor supervisor-manager

15/11 2016

1.0.1

1.0.1.0

Supervisor manager module for Yii2

  Sources   Download

MIT

The Requires

 

The Development Requires

by AlexyAV

yii2 supervisor supervisor-manager

21/01 2016

1.0.0

1.0.0.0

Supervisor manager module for Yii2

  Sources   Download

MIT

The Requires

 

by AlexyAV

yii2 supervisor supervisor-manager