# lrqdo-editor-plugin-discourse **Repository Path**: mirrors_discourse/lrqdo-editor-plugin-discourse ## Basic Information - **Project Name**: lrqdo-editor-plugin-discourse - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README La Ruche qui dit oui - Plugin Discourse - Editor ================================================ ![](https://raw.githubusercontent.com/ekkans/lrqdo-editor-plugin-discourse/master/preview.png) ## Local development using vagrant ``` vagrant up vagrant ssh mailcatcher --ip 0.0.0.0 cd /vagrant bundle exec rails s -b 0.0.0.0 bundle exec sidekiq -l log/sidekiq.log -q critical -q default -q low ``` Point your browser to: - http://127.0.0.1:4000 - Discourse instance - http://127.0.0.1:4000/sidekiq2 - Sidekiq queues - http://127.0.0.1:40803 - mailcatcher ## Installation using docker ``` cd /var/discourse vi containers/app.yml ``` Add the following to your app.yml in the plugins section: ``` hooks: after_code: - exec: cd: $home/plugins cmd: - mkdir -p plugins - git clone https://github.com/ekkans/lrqdo-editor-plugin-discourse.git ``` and rebuild docker via ``` ./launcher cleanup ./launcher rebuild app ```