lrqdo / plugin-discourse

La Ruche Style Skin for Discourse.org
https://forums.laruchequiditoui.fr
0 stars 0 forks source link

La Ruche qui dit oui - Plugin Discourse

interface

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-plugin-discourse.git

and rebuild docker via

./launcher cleanup
./launcher rebuild app