MyTetra Share
Делитесь знаниями!
Supervisord в Windows через CygWin
Время создания: 11.03.2019 17:42
Текстовые метки: windows supervisord cygwin task process
Раздел: CygWin
Запись: Velonski/mytetra-database/master/base/1552308169b62wyiew9m/text.html на raw.githubusercontent.com

Despite the big fat disclaimer here, you can run Supervisor with Cygwin in Windows; it turns out that Cygwin goes a long way to simulate a Posix environment, so well that in fact supervisord runs unchanged. There is no need to learn a new tool, and you will even save quite a bit of work if you need to deploy a complicated project across multiple platforms.


Here's my recipe:


If you have not done it yet, install Cygwin. During the installation process, select Python.


From the Cygwin terminal, install virtualenv as usual.


Create a virtualenv for supervisord, and then install as usual:


pip install supervisord


Configure supervisord in the usual way. Keep in mind that supervisord will be running with Cygwin, so you better use paths the Cygwin way (C:\myservers\project1 translates to /cygdrive/c/myservers/project1 in Cygwin).


Now you probably want to install supervisord as a service. Here's how I do it:


cygrunsrv --install supervisord --path /home/Administrator/supervisor/venv/bin/python --args "/home/Administrator/supervisor/venv/bin/supervisord -n -c /home/Administrator/supervisor/supervisord.conf"


Go to the Windows service manager and start the service supervisord that you just installed.


Point 5 installs supervisord as a Windows service, so that you can control it (start/stop/restart) from the Windows service manager. But the things that you can do with supervisorctl work as usual, meaning that you can simply deploy your old configuration file.

Так же в этом разделе:
 
MyTetra Share v.0.59
Яндекс индекс цитирования