Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pootle 翻訳サーバーをセットアップしたばかりですが、Python のまったくの初心者であり、Pootle のインストールによって作成されるデフォルト ファイルに、サーバーが実行される HTTP ポートに関する構成設定が見つからないという事実があるため、ここの誰かが私に迅速に対応できることを願っています。ヒント。
Pootle のドキュメントから:
デフォルトで、Pootle はソフトウェアを素早くテストするのに十分な組み込みの CherryPy サーバーを提供します。
Pootle 2.7 では、以下を使用する必要があります。
pootle run_cherrypy --port <PORT_NUM>
その代わりに pootle startno を受け入れ--portません--host。
pootle start
--port
--host
CherryPy をすべてのインターフェイスにバインドする必要があるため、次を使用します。
pootle run_cherrypy --host 0.0.0.0
公式文書