Skip to content

ekkans/lrqdo-plugin-discourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Let's get together to buy the best food available, directly from local farmers and foodmakers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors