Skip to content

zhonli/flaskbb

 
 

Repository files navigation

FlaskBB

Build Status Coverage Status Code Health License flaskbb@freenode

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

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

Feel free to checkout it's feature on our testing instance over at test.flaskbb.org. You can use the demo user (demo//demo) to avoid the registration process.

The official forums where all the fun happens 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

About

A classic Forum Software in Python using Flask.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.4%
  • HTML 19.0%
  • JavaScript 11.3%
  • CSS 5.1%
  • Other 0.2%