gsw945 / supervisor-win

Supervisor process control system for Windows

Home Page:http://supervisord.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supervisor for Windows

Supervisor is a client/server system that allows its users to control a number of processes on Windows operating system.

Supported Platforms

Supervisor has been tested (Python 2.7/3.7 [32 bit]) and is known to run on Windows 10 / Server 2012.

  • New processes are created by the subprocess standard lib.
  • Some specific features of OS Linux have been disabled and others were adapted to the Windows OS.
  • The process control (supervisorctl) works and management processes correctly, as well as control via web!

Install as Windows service

To install supervisor as a windows service run the command

python -m supervisor.services install -c supervisord.conf

Supervisor for Unix-Like System

Original project for unix-like system

Documentation

You can view the current Supervisor documentation online in HTML format . This is where you should go for detailed installation and configuration documentation.

Mailing list, Reporting Bugs, and Viewing the Source Repository

You may subscribe to the Supervisor-users mailing list.

Please report bugs in the Github issue tracker. .

You can view the source repository for supervisor via https://github.com/alexsilva/supervisor.

Contributing

If you want to help with the development send a Pull Requests

About

Supervisor process control system for Windows

http://supervisord.org

License:Other


Languages

Language:Python 97.3%Language:HTML 2.5%Language:CSS 0.2%