clacle
2025 年 6 月 19 日午前 9:37
1
こんにちは、フォーラムに3つのプラグインをインストールしたいです。
ステップ1 : app.yaml ファイルで GitHub リポジトリを設定しました。
ステップ2 : rebuild コマンドを使用し、完了後にこのプロンプトが表示されました。
ステップ3 : rebuild コマンドを再度実行したところ、エラーは表示されませんでした。
しかし、プラグインは期待どおりプラグインページに表示されませんでした。
原因は何でしょうか?
AIに相談したところ、問題はデータベースに関連している可能性があるようです。以下のコードを実行するように提案されましたが、これで問題が解決すると思いますか?
nat
(Natalie T)
2025 年 6 月 19 日午前 10:38
2
ねえ、アプリに入ってプラグインが実際にクローンされたか確認できますか?
例:
./launcher enter app
# その後
ls /var/www/discourse/plugins
clacle
2025 年 6 月 19 日午前 11:28
3
こんにちは、ナットさん
はい、これらのプラグインはクローンされていません。この問題をどのように解決すればよいか教えていただけますか?
root@nc-de1-app:/var/www/discourse# ls /var/www/discourse/plugins
automation checklist discourse-bilibili-onebox discourse-details discourse-lazy-videos discourse-math discourse-presence docker_manager poll styleguide
chat discourse-adplugin discourse-calendar discourse-doc-categories discourse-local-dates discourse-narrative-bot discourse-solved footnote spoiler-alert
nat
(Natalie T)
2025 年 6 月 19 日午前 11:41
4
試してみてください
# while still in container (./launcher enter app)
# check for issues with the first missing plugin
tail -n 50 /var/www/discourse/log/production.log | grep bilibili
そうでなければ、再起動してアプリが自己修復できるか確認することもできます。
./launcher restart app
clacle
2025 年 6 月 19 日午後 12:23
5
ご提案ありがとうございます。アプリを再起動しました。
これで、ようやく動作しました。ありがとうございます。
「いいね!」 2
system
(system)
クローズされました:
2025 年 7 月 19 日午後 12:24
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.