No option appears to choose better answer

I created a test topic, but the option does not appear to mark the answer as the best, what can it be?

Do you mean for the solved plugin? Only the post author and staff can mark a post as the solution.

1 Like

How do I install this plugin?

See the first post here for instructions:

2 Likes

Could the complete command be put? How to launch app.yml?

You need to SSH into your server, and edit your app.yml file (it’s just a text file)

It is located in /var/discourse/containers/.

1 Like

I’m a little layman on this, if I pass SSH access, would you do it for me? Haha

I can’t, but if you post in #marketplace someone might be able to help

1 Like

Use this eating to access?

cd /var/discourse

/containers/app.yml

This is not working :confused:

You are missing a command there.

cd /var/discourse
sudo nano containers/app.yml
2 Likes

What do I do next?

Scroll to the bottom (using Page Dn), till you see the last - git clone ... command

Then add a new line, use spaces to ensure your - lines up (must be spaces, do not use tab) and paste the new git clone command
git clone https://github.com/discourse/discourse-solved.git

Then press CTRL + X, answer Y to save, press enter again (I think), then once at the console run
sudo ./launcher rebuild app

4 Likes

This might help:

3 Likes

I did what you taught me, the site went offline, is it normal?

Yes, it will go offline during a rebuild. It will be back up once the rebuild completes.

1 Like

Did you appreciate it, installed correctly?

Would seem not, it seems your app.yml has an invalid character in it. On line 98. You can use nano to edit it again, and press CTRL + C to see what line your cursor is on. Find line 98 and take a screenshot of that area. If there is any sensitive info, such as passwords or email addresses, be sure to use an editing tool to blur them out.

1 Like

I did what you mentioned, that’s what happened!

I think what @cpradio meant was to go back into your app.yml file as per above

1 Like

The site is still offline, will I miss it?:disappointed_relieved: