Go to file
Toby Zerner c8122c37f7 Merge branch 'evented-api' 2015-07-21 10:41:23 +09:30
assets New skeleton architecture 2015-04-25 22:57:04 +09:30
extensions Ignore extensions 2015-06-17 10:33:10 +09:30
system Update core 2015-07-21 10:41:13 +09:30
.editorconfig Add editorconfig 2015-05-06 11:26:36 +09:30
.gitignore Ignore PHPStorm stuff 2015-07-04 12:26:17 +09:30
.gitmodules Add flarum/core as submodule 2015-05-07 21:28:57 +09:30
CONTRIBUTING.md Revamp readme/contributing 2015-05-07 12:43:49 +09:30
LICENSE.txt Add license 2015-05-07 22:26:17 +09:30
Vagrantfile Back to nginx for now, split up index/admin entries 2015-06-17 17:52:53 +09:30
admin.php Load extensions after other service providers 2015-06-18 17:46:49 +09:30
api.php Change order of bootstrapping 2015-07-20 18:02:43 +09:30
config.example.php Add debug flag to config file 2015-07-01 22:48:30 +02:00
index.php Change order of bootstrapping 2015-07-20 18:02:43 +09:30
readme.md Remove that message, it doesn't tell the full story 2015-05-28 22:50:40 +09:30

readme.md

Flarum

Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again.

Live Demo - Development Forum - Twitter - Contact - Donate

Gitter

Goals

  • Fast and simple. No clutter, no bloat, no complex dependencies. Flarum is built with PHP so it's quick and easy to deploy. The interface is powered by Mithril, a highly performant JavaScript framework with a tiny footprint.
  • Beautiful and responsive. This is forum software for humans. Flarum is carefully designed to be consistent and intuitive across platforms, out-of-the-box. It's backed by LESS, so themeing is a cinch.
  • Powerful and extensible. Customize, extend, and integrate Flarum to suit your community. Flarum's architecture is amazingly flexible, prioritizing comprehensive APIs and great documentation.
  • Free and open. Flarum is released under the MIT license.

Installation

Flarum is currently in development and will be ready to use later this year. (Roadmap) If you want to give the development version a spin or are interested in contributing, for now you can install Flarum's Vagrant image. An easier installation process will become a priority once Flarum is more stable.

  1. Install Vagrant and VirtualBox.
  2. Clone this repository and set up the Vagrant box:
git clone --recursive https://github.com/flarum/flarum.git
cd flarum
vagrant up
  1. Add an entry to your /etc/hosts file:

192.168.29.29 flarum.dev

  1. Visit flarum.dev in a browser.

Contributing

Interested in contributing to Flarum? Read the Contribution Guide!

Bug reports should go in flarum/core or the relevant extension repository.

Core Team