kasperpeulen / discourse-mathjax

Mathjax plugin for discourse
40 stars 20 forks source link

discourse-mathjax

Mathjax plugin for Discourse.

Installation

Installation on top of Docker image

If you have install Discourse on Digital Ocean using a Docker image as described using the Basic Docker Installation Guide then try this:

open "/var/discourse/containers/app.yml" using vim or nano.

add 'git clone https://github.com/kasperpeulen/discourse-mathjax' in the after_code hook as follows:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/kasperpeulen/discourse-mathjax

Change directory to /var/docker and run ./launcher rebuild app

If you edited a different yaml file such as '/var/discourse/containers/image.yml' then the command would be ./launcher rebuild image.

The app will be down for a minute or so then come back on after the rebuild.