reinh / discourse-mathjax

Mathjax plugin for discourse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discourse-mathjax

Mathjax plugin for Discourse.

Installation

  • Run bundle exec rake plugin:install repo=https://github.com/kasperpeulen/discourse-mathjax in your discourse directory
  • In development mode, run bundle exec rake assets:clean
  • In production, recompile your assets: bundle exec rake assets:precompile
  • Restart Discourse

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/docker/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:
          - mkdir -p plugins
          - 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/docker/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.

About

Mathjax plugin for discourse