The Wayback Machine - http://web.archive.org/web/20200603040353/https://github.com/discourse/discourse
Skip to content
A platform for community discussion. Free, open, simple.
Ruby JavaScript HTML CSS Shell
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows DEV: Skip I18n in plugins until they can be updated May 14, 2020
.tx Update translations Apr 20, 2020
app UX: Ensure that `select-kit` is hidden consistently. Jun 3, 2020
bin DEV: Add docker cleanup script to d/ folder Mar 1, 2020
config FEATURE: whitelist theme repo mode (experimental) Jun 3, 2020
db DEV: Drop unused image_url column from posts and topics (#9953) Jun 2, 2020
docs Update description of level 0 user limitations May 15, 2020
images fix image location Sep 11, 2014
lib FEATURE: whitelist theme repo mode (experimental) Jun 3, 2020
log Initial release of Discourse Feb 5, 2013
plugins Update translations Jun 1, 2020
public Update translations Jun 1, 2020
script DEV: Update facter usage Jun 1, 2020
spec FEATURE: whitelist theme repo mode (experimental) Jun 3, 2020
test DEV: Use consistent interpolation key format in translations Jun 2, 2020
vendor DEV: ensures highlightjs is correctly tested (#9923) May 29, 2020
.editorconfig Set trim_trailing_whitespace false for markdown Jun 25, 2016
.eslintignore DEV: Remove global Handlebars May 1, 2020
.eslintrc DEV: Ember linting - disallow Ember.* variable usage (#8782) Feb 5, 2020
.git-blame-ignore-revs DEV: remove objects that do not exist in the repo from .git-blame-ign… May 28, 2020
.gitattributes Use proper encoding for email fixtures. Feb 21, 2018
.gitignore Add script for compiling copyright deposits (#9646) May 6, 2020
.prettierignore DEV: Prettify *.en_US.yml files May 20, 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 Revert "Revert "DEV: Move rubocop config to rubocop-discourse (#9616)"" May 6, 2020
.ruby-gemset.sample rvm has offically depreicated .rvmrc and recommends using .ruby-versi… May 23, 2013
.ruby-version.sample Make version the same as install docs (#8713) Jan 14, 2020
.template-lintrc.js REFACTOR: require-valid-alt-text was duplicated (#9663) May 7, 2020
Brewfile DEV: enable frozen string literal on all files May 13, 2019
CONTRIBUTING.md Proper long form for CLA Sep 10, 2015
COPYRIGHT.txt fix trademark Jun 26, 2013
Dangerfile Rename many `.js.es6` files to `.js` Mar 12, 2020
Gemfile DEV: Update gems to latest versions (#9909) May 28, 2020
Gemfile.lock DEV: Add `REDIS_RAILS_FAILOVER` env to test our new redis failover. Jun 2, 2020
LICENSE.txt Initial release of Discourse Feb 5, 2013
README.md Replace Travis build status with Github Actions status Apr 23, 2020
Rakefile DEV: enable frozen string literal on all files May 13, 2019
adminjs Initial release of Discourse Feb 5, 2013
config.ru DEV: enable frozen string literal on all files May 13, 2019
crowdin.yml DEV: Add configuration file for Crowdin Feb 12, 2020
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
lefthook.yml DEV: Run rubocop in parallel in pre-commit hook. Apr 29, 2020
package.json FIX: pins down highlight.js to the last commit of the v9 tree (#9921) May 29, 2020
yarn.lock FIX: pins down highlight.js to the last commit of the v9 tree (#9921) May 29, 2020

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.6+, PostgreSQL 10+, Redis 4.0+. 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.

Discourse supports the latest, stable releases of all major browsers and platforms:

Browsers Tablets Phones
Apple Safari iPadOS iOS
Google Chrome Android Android
Microsoft Edge
Mozilla Firefox

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 - 2020 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.