Hello! Yesterday installed this engine, but today, for the first time trying to install plugins, encountered difficulties: during the command SSH-terminal “./launcher rebuild app”, the following occurs:
What could be the problem? I following a hair’s breadth of these instructions: Install Plugins in Discourse.
Here is end of my file app.yml, if it can help (line number 90 noted “!! this” now):
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/discourse/docker_manager.git (!! this)
- git clone https://github.com/discourse/discourse-spoiler-alert.git
- git clone https://github.com/gnunicorn/discourse-plugin-pm-button.git
- git clone https://github.com/angusmcleod/discourse-header-search.git
- git clone https://github.com/kasperpeulen/discourse-mathjax.git
run:
- exec: echo "Beginning of custom commands"
- exec: echo "End of custom commands"
Plugins folder now is empty, how I looked.
Thank you! Maybe this problem I can avoid installing these plugins manually using the SSH-terminal, without edit app.yml?