在检查有关如何安装插件的主题时,我注意到正在使用以下命令:
- sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git
但在我的 app.yml 文件中,我只有:
git clone https://github.com/discourse/docker_manager.git
我应该将该行更新为与第一行匹配吗?
在检查有关如何安装插件的主题时,我注意到正在使用以下命令:
- sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git
但在我的 app.yml 文件中,我只有:
git clone https://github.com/discourse/docker_manager.git
我应该将该行更新为与第一行匹配吗?
如果你愿意,可以这样做,但你不需要。第一个只需要使用 discourse-user 进行 git clone,并且不再需要——旧系统。
谢谢。
在添加插件时,我也应该只使用 git clone 还是 - sudo -E -u discourse git clone?因为在这里的说明中,他们提到我们应该添加它。
git clone 就足够了。
再次感谢 ![]()