こんにちは、
LDAP 認証プラグインの追加を試みており、以下の手順に従いました:https://meta.discourse.org/t/install-plugins-in-discourse/19157。しかし、[管理] > [設定] > [プラグイン] に移動しても、LDAP プラグインが表示されません。既存のプラグインしか見当たりません。
現在のバージョン:
2.6.0.beta3
app.yml ファイルの内容:
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/jonmbake/discourse-ldap-auth.git
- git clone https://github.com/discourse/thing.git
- git clone https://github.com/discourse/thing.git
- git clone https://github.com/discourse/thing.git
- git clone https://github.com/discourse/thing.git
app.yml ファイルを更新後に実行したコマンド:
./launcher rebuild app
./launcher restart app
./launcher stop app & ./launcher start app
何が間違っているかご教示いただけないでしょうか?(ディレクトリツリーに問題があることを発見しました。元の作成者が /var から別の場所に変更したためです。プラグインのスクリプトを詳しく確認していないため、これが問題の原因かどうかはわかりません。)
