Skip to content
A platform for community discussion. Free, open, simple.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.tx Add Hungarian locale (#6260) Aug 12, 2018
app UX: displays exact date on title attribute of topic timer info (#7326) Apr 5, 2019
bin FEATURE: always update docker image for dev prior to launching Feb 18, 2019
config DEV: disable missing post uploads check by default. Apr 4, 2019
db PERF: Add index for (action_type,created_at)` on `user_actions` table. Apr 5, 2019
docs updated link for mailjet account & setup (#7312) Apr 3, 2019
images fix image location Sep 11, 2014
lib PERF: speed up suggested unread Apr 5, 2019
log Initial release of Discourse Feb 5, 2013
packaging/debian Fix .pkgr.yml so that discourse can be packaged with https://pkgr.io. Mar 26, 2014
plugins FIX: URL to user profile in poll results. (#7315) Apr 3, 2019
public FIX: correctly uses woman version of previously genderless emojis (#7285 Mar 29, 2019
script FEATURE: New 'Reviewable' model to make reviewable items generic Mar 28, 2019
spec PERF: Keep track of when a users first unread is Apr 5, 2019
test FEATURE: Allow users to customize bonuses for reviewable types Apr 3, 2019
vendor FIX: Letters between words incorrectly highlighted within post. Apr 3, 2019
.codeclimate.yml FEATURE: Replace composer editor with ember version Nov 6, 2015
.editorconfig Set trim_trailing_whitespace false for markdown Jun 25, 2016
.env.sample
.eslintignore DEV: Yarn-manage moment and moment-timezone libraries Feb 12, 2019
.eslintrc FIX: `expandAllPinned` was not resetting after visiting a category Jan 14, 2019
.gitattributes Use proper encoding for email fixtures. Feb 21, 2018
.gitignore DEV: Add vagrant directory to gitignore Mar 28, 2019
.overcommit.yml DEV: Run bundler and yarn and check YAML files in overcommit hooks Sep 27, 2018
.pkgr.yml Fix .pkgr.yml so that discourse can be packaged with https://pkgr.io. Mar 26, 2014
.prettierignore DEV: unpin Prettier version, apply to YAML files Jan 17, 2019
.rspec DEV: Use `--profile` and `--fail-fast` in CI only Mar 12, 2019
.rspec_parallel DEV: Introduce parallel rspec testing Apr 1, 2019
.rubocop.yml Update Rubocop to 0.60 Dec 4, 2018
.ruby-gemset.sample rvm has offically depreicated .rvmrc and recommends using .ruby-versi… May 23, 2013
.ruby-version.sample Update to latest Ruby release Nov 27, 2018
.travis.yml Run with Ruby 2.6.2 on Travis. Apr 3, 2019
Brewfile FIX: brewfile was out of date Mar 1, 2018
CONTRIBUTING.md Proper long form for CLA Sep 10, 2015
COPYRIGHT.txt fix trademark Jun 26, 2013
Dangerfile DEV: more precise self pattern check (#7278) Mar 29, 2019
Gemfile FEATURE: bump onebox version, add styling for new reddit image onebox Apr 4, 2019
Gemfile.lock FEATURE: bump onebox version, add styling for new reddit image onebox Apr 4, 2019
LICENSE.txt Initial release of Discourse Feb 5, 2013
README.md Browser version bump Mar 25, 2019
Rakefile Add rubocop to our build. (#5004) Jul 28, 2017
adminjs Initial release of Discourse Feb 5, 2013
config.ru FEATURE: allow plugins to easily detect if running in Rack Nov 15, 2017
d add wrappers for mailcatcher and sidekiq Dec 12, 2016
discourse.sublime-project DEV: Exclude i18n .yml files from Sublime Text project. (#6473) Oct 10, 2018
jsapp Initial release of Discourse Feb 5, 2013
package.json DEV: Update Mousetrap to 1.6.3 Mar 25, 2019
yarn.lock DEV: Update Mousetrap to 1.6.3 Mar 25, 2019

README.md

Discourse is the 100% open source discussion platform built for the next decade of the Internet. Use it as a:

  • mailing list
  • discussion forum
  • long-form chat room

To learn more about the philosophy and goals of the project, visit discourse.org.

Screenshots

Boing Boing

Mobile

Browse lots more notable Discourse instances.

Development

To get your environment setup, follow the community setup guide for your operating system.

  1. If you're on macOS, try the macOS development guide.
  2. If you're on Ubuntu, try the Ubuntu development guide.
  3. If you're on Windows, try the Windows 10 development guide.

If you're familiar with how Rails works and are comfortable setting up your own environment, you can also try out the Discourse Advanced Developer Guide, which is aimed primarily at Ubuntu and macOS environments.

Before you get started, ensure you have the following minimum versions: Ruby 2.5+, PostgreSQL 10+, Redis 2.6+. If you're having trouble, please see our TROUBLESHOOTING GUIDE first!

Setting up Discourse

If you want to set up a Discourse forum for production use, see our Discourse Install Guide.

If you're looking for business class hosting, see discourse.org/buy.

Requirements

Discourse is built for the next 10 years of the Internet, so our requirements are high:

Browsers Tablets Phones
Safari 10+ iPad 4+ iOS 10+
Google Chrome 57+ Android 4.4+ Android 4.4+
Internet Explorer 11+
Firefox 52+

Built With

  • Ruby on Rails — Our back end API is a Rails app. It responds to requests RESTfully in JSON.
  • Ember.js — Our front end is an Ember.js app that communicates with the Rails API.
  • PostgreSQL — Our main data store is in Postgres.
  • Redis — We use Redis as a cache and for transient data.

Plus lots of Ruby Gems, a complete list of which is at /master/Gemfile.

Contributing

Build Status

Discourse is 100% free and open source. We encourage and support an active, healthy community that accepts contributions from the public – including you!

Before contributing to Discourse:

  1. Please read the complete mission statements on discourse.org. Yes we actually believe this stuff; you should too.
  2. Read and sign the Electronic Discourse Forums Contribution License Agreement.
  3. Dig into CONTRIBUTING.MD, which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
  4. Always strive to collaborate with mutual respect.
  5. Not sure what to work on? We've got some ideas.

We look forward to seeing your pull requests!

Security

We take security very seriously at Discourse; all our code is 100% open source and peer reviewed. Please read our security guide for an overview of security measures in Discourse, or if you wish to report a security issue.

The Discourse Team

The original Discourse code contributors can be found in AUTHORS.MD. For a complete list of the many individuals that contributed to the design and implementation of Discourse, please refer to the official Discourse blog and GitHub's list of contributors.

Copyright / License

Copyright 2014 - 2019 Civilized Discourse Construction Kit, Inc.

Licensed under the GNU General Public License Version 2.0 (or later); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Discourse logo and “Discourse Forum” ®, Civilized Discourse Construction Kit, Inc.

Dedication

Discourse is built with love, Internet style.

You can’t perform that action at this time.