Devo aggiornare il mio file app.yml?

While checking the topic on how to install plugins, I noticed that this is being used:
- sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git

but on my app.yml file I only have:
git clone https://github.com/discourse/docker_manager.git

Should I update that line to match the first one?

You can if you want, but you don’t need to. That first one just use discourse-user for git clone, and isn’t needed anymore — old system.

4 Mi Piace

Thanks.
So when it comes to adding plugins, should I also just use git clone or - sudo -E -u discourse git clone? Because in the instructions here they mention that we should add it.

1 Mi Piace

git clone is enough.

4 Mi Piace

Thanks again :+1:

1 Mi Piace