Mathjax plugin for Discourse.
bundle exec rake plugin:install repo=https://github.com/kasperpeulen/discourse-mathjax
in your discourse directorybundle exec rake assets:clean
bundle exec rake assets:precompile
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.