Home
Softono

Flaskbb

Open source Python
2.7K
Stars
666
Forks
29
Issues
107
Watchers
3 months
Last Commit

 About Flaskbb

A classic Forum Software in Python using Flask.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Flaskbb?

We provide expert installation service for this software. Our team will install, configure, and secure Flaskbb on your server. plans start at just $30.

FlaskBB

Build Status License #flaskbb:matrix.org

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

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