Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 996 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 996 Bytes

discourse-yeahwhat

Discourse customizations for our YEAHWHAT?! forums (http://forums.yeahwh.at).

Features

  • Minecraft avatars instead of initials
  • Minecraft heads plugin (Use [head:<minecraftplayer>] to show a 16x16 helm icon in your posts)

Installation

(Assuming you've installed Discourse via Docker.)

  1. Go into your Discourse folder:
    cd /var/discourse
  2. Open the container file (default should be app.yml) in your favourite editor:
    vi containers/app.yml
  3. Move down until you reach the cmd hooks and add the following line in the array:
    - git clone https://github.com/yeahwhat-mc/discourse-yeahwhat.git
  4. Save the file
  5. Pull the latest Discourse changes from GitHub repository as well as rebuild the Docker container:
    git pull
    ./launcher rebuild app
  6. Profit!

Credits

Version

1.0.0