Comment modifier le fichier "/containers/app.yml" depuis le workspace ssh root@digitalocean dropletname?

I installed discourse through DigitalOcean with the instructions here

The instructions read:

If you need to change or fix these settings after bootstrapping, edit your /containers/app.yml file

I am at the command prompt and logged into the ssh workspace

root@discourseforum:~#

Can someone please explain how I open the “/containers/app.yml file” file to edit it?

This should work:

cd /var/discourse
nano containers/app.yml
5 « J'aime »

This just gives me a black screen. How do I access the text file to make changes?

Hmm…is the file not there?

What do you get when you run:

cd /var/discourse/containers
ls -la

Also, just to check, when you ran the commands in my previous post, you didn’t put a slash in front of containers, right?

2 « J'aime »

thanks this works after i started over with a fresh install from a fresh droplet. it wasn’t working previously thanks.

1 « J'aime »

You can use one of the templates from the templates folder. For example if you would like to run a stand alone server just use the standalone.yml file.

Example:

cp /var/discourse/samples/standalone.yml /var/discourse/containers/app.yml

In there you can make the necessary changes.

2 « J'aime »

Autant que je sache, lorsqu’il n’est pas dans le conteneur, containers est un sous-répertoire de /var/discourse ; il n’y a pas de répertoire /containers. Donc, si je ne me trompe pas, la ligne « ou modifiez /containers/app.yml manuellement » dans INSTALL.md devrait se lire « ou modifiez containers/app.yml manuellement » ou « ou modifiez /var/discourse/containers/app.yml manuellement ».

Ce sujet a été automatiquement fermé après 2685 jours. Les nouvelles réponses ne sont plus autorisées.