This plugin works with the Discourse docker image. It allows you to perform upgrades via the web UI and monitor activity in the container.
- Ruby
- Run
RAILS_ENV=test bin/rails "plugin:spec[docker_manager]"
in your discourse directory
- Run
- JS
- Run
RAILS_ENV=test bin/rails "plugin:qunit[docker_manager]"
in your discourse directory
- Run
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
MIT