Skip to content

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

Notifications You must be signed in to change notification settings

ekkans/lrqdo-editor-plugin-discourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

No packages published

Languages