python:supervisor

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:supervisor [2019/07/27 07:08] ともやんpython:supervisor [2019/08/19 07:26] ともやん
行 1: 行 1:
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<script> 
-     (adsbygoogle = window.adsbygoogle || []).push({ 
-          google_ad_client: "ca-pub-0791334967460971", 
-          enable_page_level_ads: true 
-     }); 
-</script></html></ifauth> 
 ====== Supervisor - プロセス制御システム ====== ====== Supervisor - プロセス制御システム ======
  
 ===== パッケージ インストール ===== ===== パッケージ インストール =====
 +**dnf**\\
 <code> <code>
 $ sudo dnf install supervisor $ sudo dnf install supervisor
 </code> </code>
 +**pip**\\
 +<code>
 +$ sudo pip3 install supervisor
 +</code>
 +<WRAP prewrap 100% #result>
 +<code>
 +Collecting supervisor
 +  Downloading https://files.pythonhosted.org/packages/a5/27/03ee384818f4fc5f678743bb20ac49c5b4fc9f531bd404dec4b61a8b5d42/supervisor-4.0.4-py2.py3-none-any.whl (296kB)
 +     |████████████████████████████████| 307kB 1.9MB/s
 +Collecting meld3>=1.0.0 (from supervisor)
 +  Downloading https://files.pythonhosted.org/packages/b6/ae/e6d731e4b9661642c1b20591d8054855bb5b8281cbfa18f561c2edd783f7/meld3-1.0.2-py2.py3-none-any.whl
 +Installing collected packages: meld3, supervisor
 +Successfully installed meld3-1.0.2 supervisor-4.0.4
 +</code>
 +</WRAP>
  
 ===== 自動起動設定 ===== ===== 自動起動設定 =====
  • python/supervisor.txt
  • 最終更新: 2023/03/15 06:03
  • by ともやん