Hola,
I am attempting to add the LDAP Auth plugin and followed directions from: Install Plugins in Discourse. However, when I go to Admin/Settings/Plugins, I do not see the LDAP Plugin. I only see the existing Plugins.
Current version:
2.6.0.beta3
app.yml File:
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
Commands Run after updating app.yml File:
./launcher rebuild app
./launcher restart app
./launcher stop app & ./launcher start app
Any ideas what I might be doing wrong? (I will say that we discovered an issue in the directory tree bc the original creator changed the directory from /var to something else. I have not looked too deeply in the scripting for the plugin and do not know if that could be an issue.)