Installing discourse-math.git

I am wanting to follow instructions to add discourse-maths plugin
only when I edit app.yml I see the existing plugins showing as follows
image

I did not want to break the pattern so I added
image

and then rebuilt the container
However the maths plugin does not show in options

Should I be editing the yml to take the following format with sudo?

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git
1 Like

I stuck with the old format, corrected a space and rebuilt the container.
Now I see the Plug in listed in Plugins

1 Like

However I still do not see maths displayed
image

image

Here are my settings

Now it seems to work, after I edited my post again :slight_smile:image

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.