Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 962 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 962 Bytes

La Ruche qui dit oui - Plugin Discourse - Editor

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:

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