مرحباً،
أحاول إضافة ملحق LDAP Auth واتبعت التعليمات من: Install plugins on a self-hosted site. ومع ذلك، عندما أذهب إلى Admin/Settings/Plugins، لا أرى ملحق 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 إلى شيء آخر. لم أبحث بعمق في البرمجة الخاصة بالإضافة ولا أعرف ما إذا كان ذلك قد يشكل مشكلة.)
