axfelix / please-ignore-me

The Discourse plugin that they insisted no one wanted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please Ignore Me

The Discourse devs insist this plugin is unnecessary. I disagree.

Installation

  • Add this repo to your app.yml, as usual.
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/axfelix/please-ignore-me.git
  • Rebuild the container.
cd /var/discourse
./launcher rebuild app
  • Wow, you did it!

License

Good ol' GNU GPL 2.

About

The Discourse plugin that they insisted no one wanted

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%