Skip to content

gbadev-org/flaskbb

 
 

Repository files navigation

FlaskBB

FlaskBB is a Forum Software written in Python using the micro framework Flask.

This fork is used by the gbadev.net community, and may contain custom tweaks, but for the most part will try to stay in sync with upstream!


Currently, following features are implemented:

  • Private Messages
  • Admin Interface
  • Group based permissions
  • Markdown Support
  • Topic Tracker
  • Unread Topics/Forums
  • i18n Support
  • Completely Themeable
  • Plugin System
  • Command Line Interface

The official forums which are powered by FlaskBB can be reached via forums.flaskbb.org.

Quickstart

For a complete installation guide please visit the installation documentation here.

This is how you set up an development instance of FlaskBB:

  • Create a virtualenv
  • Configuration
    • make devconfig
  • Install dependencies and FlaskBB
    • make install
  • Run the development server
    • make run
  • Visit localhost:5000

License

FlaskBB is licensed under the BSD License.

Links

Languages

  • Python 48.3%
  • CSS 22.5%
  • HTML 13.6%
  • JavaScript 13.0%
  • SCSS 2.5%
  • Makefile 0.1%